Skip to content

Commit

Permalink
fix: logo visibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Mar 11, 2024
1 parent 71766c5 commit e6e6054
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@
</button>
<div class="h-12">
<a href="/" class="cursor-pointer" aria-label="Home">
<div
class="bg-[url('{assets}/favicon.svg')] h-full w-64 bg-contain bg-no-repeat"
></div>
<object
data="{assets}/favicon.svg"
class="h-full"
type="image/svg+xml"
aria-label=""
/>
</a>
</div>
</div></svelte:fragment
Expand Down

0 comments on commit e6e6054

Please sign in to comment.