From e08c1c430af768dd7cb4f111511764e7fb25cb0d Mon Sep 17 00:00:00 2001 From: Yussif Yahuza Date: Sat, 10 May 2025 23:59:11 +0000 Subject: [PATCH] Comment out unused links in Navbar components --- components/custom/Nav_bar.tsx | 4 ++-- components/custom/marketplace_Navbar.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/custom/Nav_bar.tsx b/components/custom/Nav_bar.tsx index 587df2e..d62914b 100644 --- a/components/custom/Nav_bar.tsx +++ b/components/custom/Nav_bar.tsx @@ -50,8 +50,8 @@ export default function Navbar({ Creator Marketplace - Slider - Docs + {/* Slider + Docs */} ); diff --git a/components/custom/marketplace_Navbar.tsx b/components/custom/marketplace_Navbar.tsx index f33a487..35aaa18 100644 --- a/components/custom/marketplace_Navbar.tsx +++ b/components/custom/marketplace_Navbar.tsx @@ -6,7 +6,7 @@ import { Bell, Heart, ShoppingCart, SquarePen, Menu } from "lucide-react"; import { Avatar, AvatarImage, AvatarFallback } from "@/components/ui/avatar"; import { Button } from "@/components/ui/button"; import { useState } from "react"; -import Link from "next/link"; +// import Link from "next/link"; function MarketplaceNavbar() { const [isMenuOpen, setIsMenuOpen] = useState(false); @@ -185,7 +185,7 @@ function MarketplaceSecondaryMenu() {
  • Audios
  • Gifs
  • Fonts
  • -
  • + {/*
  • Slider @@ -194,7 +194,7 @@ function MarketplaceSecondaryMenu() { Docs -
  • + */}