Skip to content

Commit

Permalink
Update Header.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmaziyo authored Jul 20, 2024
1 parent daa214f commit 92af371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import HeaderRight from './HeaderRight.astro';
<header>
<nav class='nav-wrapper md:-ml-3 xl:max-w-7xl md:w-full lg:max-w-5xl md:max-w-2xl w-96 ml-4' title={SITE.title}>
<div class='logo flex md:ml-0 ml-3'>
<a href='/' class='logo-image'>
<a href='https://dmaziyo.github.io/Myzara' class='logo-image'>
<AstroLogo size={40} />
</a>
<a href='/'>
<a href='https://dmaziyo.github.io/Myzara'>
<h1 class='text-gray-800'>{SITE.title}</h1>
</a>
</div>
Expand Down

0 comments on commit 92af371

Please sign in to comment.