From 561046aac669fa04014b40b4b0e78169f3d6e94f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 8 Dec 2023 13:50:45 -0500 Subject: New page; Travel advisory update; New post --- app/components/Navbar.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/components') diff --git a/app/components/Navbar.js b/app/components/Navbar.js index 1555eb9..da99375 100644 --- a/app/components/Navbar.js +++ b/app/components/Navbar.js @@ -29,6 +29,7 @@ const Navbar = () => { ['Updates', '/updates'], ['Services', '/services'], ['Travel Advisory', '/travel-advisory'], + ['Immigration', '/immigration'], ].map(([title, url]) => (
  • setNavbar(!navbar)}> -- cgit v1.2.3