Skip to content

Commit e0baf3b

Browse files
committed
update packages
1 parent b35832d commit e0baf3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/molecules/header/navmenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export const NavMenu: FC = () => {
3838
return (
3939
<div
4040
id="nav menu"
41-
className={`${props.open ? '' : 'hidden '
42-
}absolute inset-y-28 right-4 flex flex-col items-end space-y-2 laptop:relative laptop:inset-y-0 laptop:flex-row laptop:space-x-6 laptop:space-y-0`}
41+
className={`${props.open ? '' : 'hidden'} absolute inset-y-28 right-4 flex flex-col items-end space-y-2
42+
laptop:relative laptop:inset-y-0 laptop:flex-row laptop:space-x-6 laptop:space-y-0`}
4343
>
4444
<Item id="start" href="https://discord.gg/w3AyyvKypT" text="JOIN" />
4545
<Item id="start" href="https://buidl.unchain.tech/" text="BUIDL" />

0 commit comments

Comments
 (0)