fix(NavHeader.astro): I had 33x31 instead of 88x31...

This commit is contained in:
BuyMyMojo 2024-12-18 23:10:19 +11:00
parent 5c89185f3d
commit 495057fa2b
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -26,5 +26,5 @@ import Partition from "./Partition.astro";
<a href="/about" class="nav-btn">About</a> | <a href="/about" class="nav-btn">About</a> |
<a href="/tags" class="nav-btn">Tags</a> | <a href="/tags" class="nav-btn">Tags</a> |
<a href="/friends" class="nav-btn">Friends</a> | <a href="/friends" class="nav-btn">Friends</a> |
<a href="/other buttons" class="nav-btn">Moar 33x31</a> <a href="/other buttons" class="nav-btn">Moar 88x31</a>
</Partition> </Partition>