Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazee6 committed Jul 3, 2024
2 parents 6c88f33 + 91d028f commit b2affaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import {Icon} from 'astro-icon/components'

<header class="fixed h-16 w-full blur-global">
<div class="container-global h-full flex items-center">
<h1 class="text-xl font-bold cursor-pointer">
<div class="text-xl font-bold cursor-pointer">
<a href="/">{siteConfig.title}</a>
</h1>
</div>

<nav class="ml-auto max-sm:hidden">
{
Expand Down

0 comments on commit b2affaa

Please sign in to comment.