Skip to content

Commit

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

0 comments on commit 1c15df7

Please sign in to comment.