Merge branch 'release(MVP)' into homologacao
This commit is contained in:
commit
9101dba83c
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
"use client"
|
||||
|
||||
import { ChevronRight, type LucideIcon } from "lucide-react"
|
||||
import Link from "next/link";
|
||||
|
||||
import {
|
||||
Collapsible,
|
||||
|
|
@ -56,9 +57,9 @@ export function NavMain({
|
|||
{item.items?.map((subItem) => (
|
||||
<SidebarMenuSubItem key={subItem.title}>
|
||||
<SidebarMenuSubButton asChild>
|
||||
<a href={subItem.url}>
|
||||
<Link href={subItem.url}>
|
||||
<span>{subItem.title}</span>
|
||||
</a>
|
||||
</Link>
|
||||
</SidebarMenuSubButton>
|
||||
</SidebarMenuSubItem>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue