diff --git a/src/app/seller/page.tsx b/src/app/seller/page.tsx index 2ae96c3..cc147c3 100644 --- a/src/app/seller/page.tsx +++ b/src/app/seller/page.tsx @@ -31,7 +31,6 @@ export default function SellerPage() { { name: "Browse", id: "products" }, { name: "Sell", id: "how-to-sell" }, { name: "Categories", id: "categories" }, - { name: "NFTs", id: "nfts" }, { name: "About", id: "about" }, ]} button={{ @@ -63,7 +62,7 @@ export default function SellerPage() {