Update src/app/admin-dashboard/page.tsx
This commit is contained in:
@@ -27,12 +27,12 @@ export default function AdminDashboardPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "#reporting-features" },
|
||||
{ name: "Impact", id: "#public-impact" },
|
||||
{ name: "FAQs", id: "#faqs" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Admin Dashboard", href: "/admin-dashboard" }
|
||||
{ name: "Admin Dashboard", id: "/admin-dashboard" }
|
||||
]}
|
||||
brandName="AquaWatch"
|
||||
button={{ text: "Report Issue", href: "#contact" }}
|
||||
|
||||
Reference in New Issue
Block a user