Skip to content

Commit

Permalink
update PageHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Sep 1, 2024
1 parent 861b366 commit de3b0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PageHeader.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const Title = isHome ? 'p' : 'h1';

<header class="wrapper space-y-8 pt-16">
<Nav>
<Logo class="leading-none text-dynamic-muted kerning-normal">
<Logo class="text-sm leading-none text-dynamic-muted kerning-normal">
{/* eslint-disable-next-line astro/jsx-a11y/anchor-is-valid */}
<a class="flex w-fit items-center gap-x-3" href={isHome ? null : '/'}>
<a class="flex w-fit items-center gap-x-3.5" href={isHome ? null : '/'}>
<Image
class="w-7 rounded-full ring-1 ring-dynamic"
src={import('../assets/favicon.svg')}
Expand Down

0 comments on commit de3b0de

Please sign in to comment.