diff options
Diffstat (limited to 'app/layout.js')
| -rw-r--r-- | app/layout.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout.js b/app/layout.js index c20b36d..d1a6118 100644 --- a/app/layout.js +++ b/app/layout.js @@ -25,7 +25,7 @@ export default function RootLayout({ children }) { <Navbar/> {children} <footer className="flex flex-col text-center py-3 space-y-2 bg-blue-950 text-light text-sm sm:text-base px-5 sm:px-0"> - <p>Alure Regions is a fictional country made for the bits & Bytes Minecraft Server</p> + <p>The Alure Regions is a fictional country made for the bits & Bytes Minecraft Server</p> <p>This website is proudly written using Next.JS and Tailwind CSS</p> </footer> </body> |
