From 00e2ba70c2cd25f2b2ab4e567f8bf503827838a6 Mon Sep 17 00:00:00 2001 From: Niklas Date: Sat, 17 Sep 2022 15:51:23 +0200 Subject: [PATCH] Readjust footer position and behaviour --- src/components/Footer.js | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/src/components/Footer.js b/src/components/Footer.js index 23eee31..d4f72aa 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -1,19 +1,25 @@ -import {Link} from "@nextui-org/react"; +import {Container, Link, Row} from "@nextui-org/react"; function Footer() { return ( - - Impressum und Datenschutz - + + + + Impressum und Datenschutz + + + ); }