Skip to content

Commit

Permalink
fix header responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaired committed Mar 19, 2024
1 parent ddd7fef commit ae03db7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ import { SITE_TITLE } from '../consts';
<nav>
<h2><a href="/">{SITE_TITLE}</a></h2>
<div class="internal-links">

<HeaderLink href="/">Home</HeaderLink>
{
/*
<HeaderLink href="/">Home</HeaderLink>
*/
}
<HeaderLink href="/projects">Projets</HeaderLink>
<HeaderLink href="/blog">Blog</HeaderLink>
<HeaderLink href="/about">About</HeaderLink>
Expand Down

0 comments on commit ae03db7

Please sign in to comment.