Skip to content

Commit

Permalink
use standard favicon size in Package_Detail
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 2, 2024
1 parent 4bd118d commit 2d7a92f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-rings-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/fuz": patch
---

use standard favicon size in `Package_Detail`
4 changes: 2 additions & 2 deletions src/lib/Package_Detail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
<img
src={logo_url}
alt={logo_alt}
style:width="var(--size, var(--icon_size_xl3))"
style:height="var(--size, var(--icon_size_xl3))"
style:width="var(--size, var(--icon_size_xl2))"
style:height="var(--size, var(--icon_size_xl2))"
/>
</div>
{/if}
Expand Down

0 comments on commit 2d7a92f

Please sign in to comment.