Skip to content

Commit

Permalink
🔧 Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Mar 23, 2024
1 parent d3050a7 commit 4c2f79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!-- Page Container -->
<div class="page-container !max-w-6xl mx-auto grid grid-cols-[1fr_auto] items-center gap-4 p-4">
<button type="button" class="btn-icon" use:popup={profile} title="profile">
<img class=" max-w-full rounded-sm aspect-square shadow-xl" src="./favicon.png" alt="nw" />
<img class=" max-w-full rounded-sm aspect-square shadow-xl" src="/favicon.png" alt="nw" />
</button>

<div class="card p-4 w-72 shadow-xl" data-popup="profileContents">
Expand Down

0 comments on commit 4c2f79b

Please sign in to comment.