We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df9583 commit a13631cCopy full SHA for a13631c
components/nav-bar/desktop/nav-bar-desktop.tsx
@@ -20,7 +20,7 @@ export default function DesktopNavBar({ links }: { links: NavGroup[] }) {
20
</div>
21
{/* Uncomment when ready to add registration button back */}
22
{/* <div className="min-w-fit lg:w-8/12 flex items-center justify-start"> */}
23
- <div className="min-w-fit flex items-center justify-start overflow-x-auto whitespace-nowrap">
+ <div className="min-w-fit flex items-center justify-start">
24
{links.map((link) => (
25
<NavGroupComponent key={link.name} name={link.name} links={link.links} />
26
))}
0 commit comments