Use white-bg logo variant in nav bar

This commit is contained in:
Jarvis Prime
2026-03-22 22:51:23 +00:00
parent 365d4b2f4f
commit d67a3d416b
8 changed files with 8 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ const { title } = Astro.props;
<body>
<nav>
<a class="brand" href="/">
<img src="/images/smalllogo.png" alt="dd0c.net" />
<img src="/logo-white.svg" alt="dd0c.net" width="40" height="40" />
</a>
<a href="/">Home</a>
<a href="/about">About</a>