We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35832d commit e0baf3bCopy full SHA for e0baf3b
1 file changed
src/components/molecules/header/navmenu.tsx
@@ -38,8 +38,8 @@ export const NavMenu: FC = () => {
38
return (
39
<div
40
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`}
+ className={`${props.open ? '' : 'hidden'} 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`}
43
>
44
<Item id="start" href="https://discord.gg/w3AyyvKypT" text="JOIN" />
45
<Item id="start" href="https://buidl.unchain.tech/" text="BUIDL" />
0 commit comments