Skip to content

Commit

Permalink
fix: url to saber icon
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Sep 29, 2024
1 parent 1a9e6dd commit 20d4d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function Home({ versionName }: { versionName: string }) {
Handwritten Notes
</p>
<Image
src="https://raw.githubusercontent.com/saber-notes/saber/main/assets/icon/resized/icon-512x512.png"
src="https://raw.githubusercontent.com/saber-notes/saber/refs/heads/main/assets/icon/icon.svg"
alt="Logo"
width={100}
height={100}
Expand Down

0 comments on commit 20d4d93

Please sign in to comment.