aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-09-12 19:37:22 -0700
committerPinapelz <yukais@pinapelz.com>2023-09-12 19:37:22 -0700
commit5f810711e2bb77e046bee0e2715c505019325c08 (patch)
tree9b9b45caefdaa1dd7cd9eabb1aef6abd48327b26 /src/components
parentbccdc1e2d014af0d723cde3735d30a90d081f847 (diff)
change pfp position on header
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Header.astro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 2a48dda..f4b1731 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -89,9 +89,6 @@ import { SITE_TITLE } from '../consts';
</style>
<header>
- <div class="logo">
- <img src="https://files.catbox.moe/grlaov.png" alt="Profile Picture">
- </div>
<h1>{SITE_TITLE}</h1>
<nav>
<HeaderLink href="/">Home</HeaderLink>
@@ -99,4 +96,7 @@ import { SITE_TITLE } from '../consts';
<HeaderLink href="/about">About</HeaderLink>
<HeaderLink href="/rss.xml">RSS</HeaderLink>
</nav>
+ <div class="logo">
+ <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