diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Header.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Header.astro b/src/components/Header.astro index 0c2e5c0..9bab4a1 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -12,7 +12,7 @@ import { SITE_TITLE } from '../consts'; <HeaderLink href="/rss.xml">RSS</HeaderLink> </nav> <div class="logo"> - <img src="603-pfp.png" alt="Profile Picture"> + <img src="https://files.catbox.moe/grlaov.png" alt="Profile Picture"> </div> </header> |
