aboutsummaryrefslogtreecommitdiffstats
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
parentbaf899ad91de520f4440259df945de0abbcf7acc (diff)
fix pfp image link
-rw-r--r--public/603-pfp.pngbin246594 -> 0 bytes
-rw-r--r--src/components/Header.astro2
2 files changed, 1 insertions, 1 deletions
diff --git a/public/603-pfp.png b/public/603-pfp.png
deleted file mode 100644
index 1d547ca..0000000
--- a/public/603-pfp.png
+++ /dev/null
Binary files differ
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