diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-01-10 09:32:09 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-01-10 09:32:09 -0500 |
| commit | 35fb56c3bf8c65506363e229fb69c76a603aee62 (patch) | |
| tree | 94d1528414e75fa072dd9a1081cc8587f6194d45 /app/components | |
| parent | 605bc321bb48a9eaf43cc272a03e59338d784610 (diff) | |
| download | alure-website-35fb56c3bf8c65506363e229fb69c76a603aee62.tar.gz alure-website-35fb56c3bf8c65506363e229fb69c76a603aee62.tar.bz2 alure-website-35fb56c3bf8c65506363e229fb69c76a603aee62.zip | |
Travel advisory, added visa page
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/Navbar.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/Navbar.js b/app/components/Navbar.js index da99375..a4a97f3 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'], + ['Visas', '/visas'], ['Immigration', '/immigration'], ].map(([title, url]) => ( <li key="links"> |
