aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Header.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Header.astro')
-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