aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-12-09 16:37:54 -0500
committerAndrew Lee <alee14498@protonmail.com>2023-12-09 16:39:34 -0500
commit94327ada987d392f2e2bb148f597c38f57de86ec (patch)
tree463d237a9b6c65756a2d9eaa8a1ac6057996c380 /app
parentfe5243412d918b1ff843d8986f514f732548c6ee (diff)
downloadalure-website-94327ada987d392f2e2bb148f597c38f57de86ec.tar.gz
alure-website-94327ada987d392f2e2bb148f597c38f57de86ec.tar.bz2
alure-website-94327ada987d392f2e2bb148f597c38f57de86ec.zip
Some tweaks to the footer and PSA
Diffstat (limited to 'app')
-rw-r--r--app/components/PSA.js2
-rw-r--r--app/layout.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/components/PSA.js b/app/components/PSA.js
index ee20683..f5193a8 100644
--- a/app/components/PSA.js
+++ b/app/components/PSA.js
@@ -36,7 +36,7 @@ const PSA = () => {
<p className="text-blue-200 hover:text-blue-500 active:text-blue-700">
{psaMessage.link && (
<Link href={psaMessage.link}>
- Learn more ↗
+ Learn more
</Link>
)}</p>
</div>
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>