Skip to content

Commit

Permalink
update PageHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy authored Jun 6, 2024
1 parent 0269085 commit e3c3143
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/PageHeader.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ const Title = isHome ? 'p' : 'h1';
src={import('../assets/favicon.svg')}
alt=""
/>
<span class="pt-[0.1em]">
{siteTitle}
</span>
{siteTitle}
</a>
</Logo>
</Nav>
Expand Down

0 comments on commit e3c3143

Please sign in to comment.