aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-09-12 17:53:20 -0700
committerPinapelz <yukais@pinapelz.com>2023-09-12 17:53:20 -0700
commit4b746511465e5cdddda6e4530601d48926a2ceab (patch)
tree4a5caeb08711515aac40fa1469c488392c882134 /src/components
parentbaf899ad91de520f4440259df945de0abbcf7acc (diff)
fix pfp image link
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Header.astro2
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>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage