Skip to content

Commit

Permalink
🔧 Event more webp
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Dec 27, 2024
1 parent caabf10 commit b5c5a07
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="%sveltekit.assets%/favicon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="hidden items-center gap-1.5 sm:flex">
<Button href="/" variant="link" class="p-0">
<Avatar.Root>
<Avatar.Image src="favicon.png" alt="portfolio" />
<Avatar.Image src="favicon.webp" alt="portfolio" />
<Avatar.Fallback>PF</Avatar.Fallback>
</Avatar.Root>
</Button>
Expand Down
Binary file removed static/favicon.png
Binary file not shown.
Binary file added static/favicon.webp
Binary file not shown.

0 comments on commit b5c5a07

Please sign in to comment.