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">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", href: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "#reporting-features" },
|
{ name: "Features", id: "#reporting-features" },
|
||||||
{ name: "Impact", id: "#public-impact" },
|
{ name: "Impact", id: "#public-impact" },
|
||||||
{ name: "FAQs", id: "#faqs" },
|
{ name: "FAQs", id: "#faqs" },
|
||||||
{ name: "Contact", id: "#contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
{ name: "Admin Dashboard", href: "/admin-dashboard" }
|
{ name: "Admin Dashboard", id: "/admin-dashboard" }
|
||||||
]}
|
]}
|
||||||
brandName="AquaWatch"
|
brandName="AquaWatch"
|
||||||
button={{ text: "Report Issue", href: "#contact" }}
|
button={{ text: "Report Issue", href: "#contact" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user