From 2bc06669e9a38a6cebd0105299be15e71cb21a90 Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Wed, 4 Mar 2026 22:40:36 -0500 Subject: [PATCH] config --- frontend/src/components/Navbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {