Skip to content

Commit

Permalink
fix: link at header logo
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Aug 23, 2024
1 parent 97f4d43 commit 5ab629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shell/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const selected = (value: string) =>
<header>
<div class="navbar-container">
<h2 class="logo-container">
<a href="/public" aria-label="Go to the main page">
<a href="/" aria-label="Go to the main page">
<img src="/images/logo.png" alt="eatsteak.dev" class="logo-image"/></a
>
</h2>
Expand Down

0 comments on commit 5ab629b

Please sign in to comment.