Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kujo205 authored May 29, 2024
2 parents f17ad6f + ea27ab1 commit a124327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/navagiation/mobile-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const OpenMobileHeaderButtonAndMobileHeader = ({
<SheetContent>
<nav className="flex flex-col gap-1">
{getHeaderItems(role).map((navItem) => (

<SheetClose asChild key={navItem.url}>
<Link href={navItem.url}>
<Button
Expand Down

0 comments on commit a124327

Please sign in to comment.