aboutsummaryrefslogtreecommitdiff
path: root/app/components
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-12-08 13:50:45 -0500
committerAndrew Lee <alee14498@protonmail.com>2023-12-08 13:50:45 -0500
commit561046aac669fa04014b40b4b0e78169f3d6e94f (patch)
tree2fdb9cae81a487d952df6bf49a652546b42c4a22 /app/components
parentdc726869455c376b8b9b6214536ced05987ba288 (diff)
downloadalure-website-561046aac669fa04014b40b4b0e78169f3d6e94f.tar.gz
alure-website-561046aac669fa04014b40b4b0e78169f3d6e94f.tar.bz2
alure-website-561046aac669fa04014b40b4b0e78169f3d6e94f.zip
New page; Travel advisory update; New post
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Navbar.js1
1 files changed, 1 insertions, 0 deletions
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]) => (
<li key="links">
<Link href={url} className="transition duration-150 ease-out hover:ease-in block py-2 pl-3 pr-4 rounded md:border-0 md:p-0 text-white md:hover:text-blue-500 hover:bg-gray-700 hover:text-white md:hover:bg-transparent" onClick={() => setNavbar(!navbar)}>