baza , notepp, sertificate pages connected to backend
This commit is contained in:
@@ -85,7 +85,7 @@ export function Navbar() {
|
||||
<div className="hidden h-full lg:flex items-center gap-8">
|
||||
{navbarItems?.results ? (
|
||||
navbarItems.results.map((item: NavbarItem) => (
|
||||
<DropdownMenu>
|
||||
<DropdownMenu key={item.id}>
|
||||
<DropdownMenuTrigger asChild>
|
||||
<Link
|
||||
key={item.id}
|
||||
@@ -200,7 +200,7 @@ export function Navbar() {
|
||||
<div className="flex flex-col p-6 gap-4">
|
||||
{navbarItems?.results ? (
|
||||
navbarItems.results.map((item: NavbarItem) => (
|
||||
<DropdownMenu>
|
||||
<DropdownMenu key={item.id}>
|
||||
<DropdownMenuTrigger asChild>
|
||||
<Link
|
||||
key={item.id}
|
||||
|
||||
Reference in New Issue
Block a user