From 507ae5c4134a3783b72952187b8e8109382a0c65 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Thu, 18 Apr 2024 20:29:58 -0400 Subject: [PATCH] Center the footer disclaimer --- Frontend/src/app/components/footer.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Frontend/src/app/components/footer.tsx b/Frontend/src/app/components/footer.tsx index af585cc..5fd1cd0 100644 --- a/Frontend/src/app/components/footer.tsx +++ b/Frontend/src/app/components/footer.tsx @@ -35,11 +35,6 @@ const Footer = (): ReactElement => ( {config.siteName} - - {/* Disclaimer */} -

- Not affiliated with Mojang or Microsoft. -

{/* Links */} @@ -80,6 +75,11 @@ const Footer = (): ReactElement => ( ) )} + + {/* Disclaimer */} +

+ Not affiliated with Mojang or Microsoft. +

);