aboutsummaryrefslogtreecommitdiff
path: root/app/components
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-13 00:52:31 -0400
committerAndrew Lee <andrew@alee14.me>2025-03-13 00:52:31 -0400
commit56a4f5e7c600cc79075c51029c019dc8ba3e8c11 (patch)
treede6e611c8b84427b2120a07e0faa97bc6f67b3e7 /app/components
parent0ebd004c557d43c45784484f9f0bb61a83df2dd7 (diff)
downloadalure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.tar.gz
alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.tar.bz2
alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.zip
Grammar fix
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Navbar.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/Navbar.js b/app/components/Navbar.js
index a4a97f3..4c172da 100644
--- a/app/components/Navbar.js
+++ b/app/components/Navbar.js
@@ -10,7 +10,7 @@ const Navbar = () => {
<div className="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
<div className="flex items-center">
<Image src="/alure_flag.svg" className="mr-5" alt="Alure Flag" width={70} height={70}/>
- <span className="self-center text-2xl font-medium whitespace-nowrap dark:text-white"><p>Government</p><p>of Alure Regions</p></span>
+ <span className="self-center text-2xl font-medium whitespace-nowrap dark:text-white"><p>Government</p><p>of the Alure Regions</p></span>
</div>
<button data-collapse-toggle="navbar-default" type="button"
className="transition duration-150 ease-out hover:ease-in inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-zinc-600 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
@@ -27,7 +27,7 @@ const Navbar = () => {
{[
['Home', '/'],
['Updates', '/updates'],
- ['Services', '/services'],
+ // ['Services', '/services'],
['Travel Advisory', '/travel-advisory'],
['Visas', '/visas'],
['Immigration', '/immigration'],