diff --git a/frontend/src/components/Navbar.jsx b/frontend/src/components/Navbar.jsx index 7dcfd27..bc4a110 100644 --- a/frontend/src/components/Navbar.jsx +++ b/frontend/src/components/Navbar.jsx @@ -5,7 +5,7 @@ import "./Navbar.css"; const navLinks = [ { to: "/addresses", label: "Addresses" }, { to: "/alerts", label: "Configure Alerts" }, - { to: "/alertevents", label: "Alert Events" }, + { to: "/alertevents", label: "Alert Event History" }, ]; export default function Navbar() {