config
Some checks are pending
check / check (push) Waiting to run

This commit is contained in:
KS Jannette
2026-03-04 22:40:36 -05:00
parent a2d1ff9d76
commit 2bc06669e9

View File

@@ -5,7 +5,7 @@ import "./Navbar.css";
const navLinks = [ const navLinks = [
{ to: "/addresses", label: "Addresses" }, { to: "/addresses", label: "Addresses" },
{ to: "/alerts", label: "Configure Alerts" }, { to: "/alerts", label: "Configure Alerts" },
{ to: "/alertevents", label: "Alert Events" }, { to: "/alertevents", label: "Alert Event History" },
]; ];
export default function Navbar() { export default function Navbar() {