diff options
Diffstat (limited to 'app/layout.js')
| -rw-r--r-- | app/layout.js | 6 |
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 }) { |
