Skip to content

Commit

Permalink
fix(example-umami): fix typo in className for transparent border
Browse files Browse the repository at this point in the history
  • Loading branch information
blyme authored and marcorcau committed Mar 26, 2024
1 parent e8cfe78 commit 37e3cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-umami/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function Header({ menus }: HeaderProps) {
</a>
</Link>
<button
className="absolute transition-all border beorder-transparent md:hidden right-4 top-8 hover:border-link"
className="absolute transition-all border border-transparent md:hidden right-4 top-8 hover:border-link"
onClick={() => setShowMenu(!showMenu)}
>
<svg
Expand Down

0 comments on commit 37e3cf4

Please sign in to comment.