diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-09-13 00:39:46 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-09-13 00:39:46 -0700 |
| commit | cdfc556640fa74304c9ab01346c313debe6cc1d2 (patch) | |
| tree | 428e08d2b0362440701e6d1b1ce4c823a4dd786f /src/components | |
| parent | 5f810711e2bb77e046bee0e2715c505019325c08 (diff) | |
fix minor styling issues
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Header.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Header.astro b/src/components/Header.astro index f4b1731..d8a68b0 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -97,6 +97,6 @@ import { SITE_TITLE } from '../consts'; <HeaderLink href="/rss.xml">RSS</HeaderLink> </nav> <div class="logo"> - <img src="https://files.catbox.moe/grlaov.png" alt="Profile Picture"> + <img src="https://files.pinapelz.com/21994085.png" alt="Profile Picture"> </div> </header> |
