Skip to content

Commit

Permalink
fix: compress logo and favicon images to reduce file size.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jan 17, 2025
1 parent a7545fa commit 8f4ff0d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/layouts/OuterLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<AppBar background="bg-pink-300/20">
{#snippet lead()}
<img src="/favicon.png" alt="Weird Logo" width="40px" />
<img src="/logo.webp" alt="Weird Logo" width="40px" />
{/snippet}

<h1 class="font-rubik text-xl font-bold text-secondary-500">
Expand Down
Binary file modified static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logo.webp
Binary file not shown.

0 comments on commit 8f4ff0d

Please sign in to comment.