Update src/app/blog/page.tsx
This commit is contained in:
@@ -31,7 +31,6 @@ export default function BlogPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Documents", id: "documents" },
|
||||
{ name: "Resources", id: "resources" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
@@ -66,9 +65,9 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Documents", href: "#documents" },
|
||||
{ label: "Resources", href: "#resources" }
|
||||
{ label: "Documents", href: "#documents" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user