diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-09-12 17:53:20 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-09-12 17:53:20 -0700 |
| commit | 4b746511465e5cdddda6e4530601d48926a2ceab (patch) | |
| tree | 4a5caeb08711515aac40fa1469c488392c882134 /src/components/Header.astro | |
| parent | baf899ad91de520f4440259df945de0abbcf7acc (diff) | |
fix pfp image link
Diffstat (limited to 'src/components/Header.astro')
| -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> |
