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 | |
| parent | baf899ad91de520f4440259df945de0abbcf7acc (diff) | |
fix pfp image link
| -rw-r--r-- | public/603-pfp.png | bin | 246594 -> 0 bytes | |||
| -rw-r--r-- | src/components/Header.astro | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/603-pfp.png b/public/603-pfp.png Binary files differdeleted file mode 100644 index 1d547ca..0000000 --- a/public/603-pfp.png +++ /dev/null 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> |
