Skip to content

Commit

Permalink
fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienR1 committed Mar 2, 2025
1 parent 692df89 commit e3db7b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web/src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ const headerRight = headerRouter.slice(headerRouter.length / 2);
<nav class="grid grid-cols-[1fr_auto_1fr] items-center gap-2 md:gap-4">
<div class="sm:h-full">
<button class="block sm:hidden" id="header-open">
<span class="material-symbols-outlined block text-3xl"
>menu</span
>
<span class="material-symbols-outlined block text-3xl">
menu
</span>
</button>

<div class="hidden sm:flex h-full justify-end">
Expand Down

0 comments on commit e3db7b0

Please sign in to comment.