aboutsummaryrefslogtreecommitdiff
path: root/app/layout.js
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/layout.js
parent0ebd004c557d43c45784484f9f0bb61a83df2dd7 (diff)
downloadalure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.tar.gz
alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.tar.bz2
alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.zip
Grammar fix
Diffstat (limited to 'app/layout.js')
-rw-r--r--app/layout.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/layout.js b/app/layout.js
index 536949b..09a6284 100644
--- a/app/layout.js
+++ b/app/layout.js
@@ -7,10 +7,10 @@ const exo = Exo({ subsets: ['latin'] })
export const metadata = {
title: {
- template: '%s - Government of Alure Regions',
- default: 'Government of Alure Regions'
+ template: '%s - Government of the Alure Regions',
+ default: 'Government of the Alure Regions'
},
- description: 'The official website of the Government of Alure Regions',
+ description: 'The official website of the Government of the Alure Regions',
}
export default function RootLayout({ children }) {