diff options
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"> |
