completionId: cgen-4107cb48c060476d8e3218cb153913f0
cgen-4107cb48c060476d8e3218cb153913f0
This commit is contained in:
parent
9bb2f1bf44
commit
836232d51f
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
</SheetDescription>
|
||||
</SheetHeader>
|
||||
<nav className="mt-6 flex flex-col gap-1">
|
||||
{(user ? userNavigation : navigation).map((item) => (
|
||||
{(user ? userNavigation : publicNavigation).map((item) => (
|
||||
<SheetClose key={item.href} asChild>
|
||||
<Link
|
||||
to={item.href}
|
||||
|
|
|
|||
Loading…
Reference in a new issue