From 94327ada987d392f2e2bb148f597c38f57de86ec Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 9 Dec 2023 16:37:54 -0500 Subject: Some tweaks to the footer and PSA --- app/components/PSA.js | 2 +- app/layout.js | 2 +- patches/Disclaimer on top.patch | 55 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 patches/Disclaimer on top.patch 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 = () => {

{psaMessage.link && ( - Learn more ↗ + Learn more )}

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 }) { {children}
-

Alure Regions is a fictional country made for the bits & Bytes Minecraft Server

+

The Alure Regions is a fictional country made for the bits & Bytes Minecraft Server

This website is proudly written using Next.JS and Tailwind CSS

diff --git a/patches/Disclaimer on top.patch b/patches/Disclaimer on top.patch new file mode 100644 index 0000000..6c7525e --- /dev/null +++ b/patches/Disclaimer on top.patch @@ -0,0 +1,55 @@ +Subject: [PATCH] Maybe revisit this at some point? +--- +Index: app/layout.js +IDEA additional info: +Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP +<+>UTF-8 +=================================================================== +diff --git a/app/layout.js b/app/layout.js +--- a/app/layout.js (revision fe5243412d918b1ff843d8986f514f732548c6ee) ++++ b/app/layout.js (date 1702157063403) +@@ -16,19 +16,31 @@ + export default function RootLayout({ children }) { + return ( + +- +-
+- aircs.racing ↗ +- alee14.me ↗ +-
+- +- +- {children} +-
+-

Alure Regions is a fictional country made for the bits & Bytes Minecraft Server

+-

This website is proudly written using Next.JS and Tailwind CSS

+-
+- ++ ++
++
++ The Alure Regions is a fictional country made for the bits & Bytes Minecraft Server ++
++ ++
++ ++ ++ ++ {children} ++ ++ + + ) + } -- cgit v1.2.3