Skip to content

Commit

Permalink
feat: update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ToolmanP committed Feb 1, 2024
1 parent d497b69 commit 9c413bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ThemeToggle from "../components/ThemeToggle.svelte";
<nav>
<div class="container">
<a href="https://github.com/YuriMiller/CompleteSuicideManual-Zh_CN">
<img src="/favicon.svg" width="32" height="32" alt="Logo" />
<img src="https://www.svgrepo.com/show/279551/rope-death.svg" width="32" height="32" alt="Logo" />
</a>
<slot />
<ThemeToggle client:only="svelte" />
Expand Down

0 comments on commit 9c413bf

Please sign in to comment.