Use white-bg logo variant in nav bar
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user