Skip to content

Commit

Permalink
fix: About us link for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Feb 15, 2024
1 parent 611080b commit 38ff184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/NavigationMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function NavigationMenu(props: React.HTMLAttributes<HTMLDivElement>) {
</div>
))}
<Separator className="my-4" />
<Link href="/" onClick={() => setSheetOpen(false)}>
<Link href="/team" onClick={() => setSheetOpen(false)}>
<p className="font-bebas-neue text-xl text-melon-700">About us</p>
</Link>
</SheetContent>
Expand Down

0 comments on commit 38ff184

Please sign in to comment.