From 1fa8b4a9a722b2c0b985def0c6ca1aee808985f3 Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Fri, 20 Feb 2026 16:30:20 +0100 Subject: [PATCH] refactor: clean up layout components and improve footer styling --- FrontendV2/src/App.tsx | 8 ++++---- FrontendV2/src/components/footer/Footer.tsx | 9 ++++++++- FrontendV2/src/pages/LoginPage.tsx | 4 +--- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/FrontendV2/src/App.tsx b/FrontendV2/src/App.tsx index 400fe4f..58d81eb 100644 --- a/FrontendV2/src/App.tsx +++ b/FrontendV2/src/App.tsx @@ -12,7 +12,7 @@ import { triggerLogoutAtom } from "@/states/Atoms"; import { MyLoansPage } from "./pages/MyLoansPage"; import Landingpage from "./pages/Landingpage"; import { changeLanguage } from "i18next"; -import { Box, Flex } from "@chakra-ui/react"; +import { Flex } from "@chakra-ui/react"; import { Footer } from "./components/footer/Footer"; import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; import { API_BASE } from "@/config/api.config"; @@ -72,8 +72,8 @@ function App() { return ( - - + + @@ -88,7 +88,7 @@ function App() { - +