From cb56c2b4c1dcf1a81fb4e0106b2dbf2decc4fb74 Mon Sep 17 00:00:00 2001 From: Damjan Savic Date: Mon, 10 Feb 2025 13:57:26 +0100 Subject: [PATCH] Fix Animations, Sidebar and Footer. --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 7bc3894..2f1aeba 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -238,7 +238,7 @@ const Layout = ({ children }: LayoutProps) => { {/* Hauptinhalt */} -
{children}
+
{children}
{/* Footer */}