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. +

);