From fbb29c93c936e4cc1b83755fa07dc9c2bf6a88ce Mon Sep 17 00:00:00 2001 From: Christel Westerberg Date: Thu, 30 May 2024 11:32:15 +0200 Subject: [PATCH] fix: align design of footer with current web --- app/[lang]/(live)/layout.tsx | 2 + components/Current/Footer/Navigation.tsx | 18 +- components/Current/Footer/footer.module.css | 164 ++++++++++++++ components/Current/Footer/index.tsx | 214 ++++++------------ .../Current/Footer/navigation.module.css | 92 ++++++++ 5 files changed, 337 insertions(+), 153 deletions(-) create mode 100644 components/Current/Footer/footer.module.css create mode 100644 components/Current/Footer/navigation.module.css diff --git a/app/[lang]/(live)/layout.tsx b/app/[lang]/(live)/layout.tsx index 1efd9769a..e9628b37a 100644 --- a/app/[lang]/(live)/layout.tsx +++ b/app/[lang]/(live)/layout.tsx @@ -6,6 +6,7 @@ import Script from "next/script" import TrpcProvider from "@/lib/trpc/Provider" import AdobeScript from "@/components/Current/AdobeScript" +import Footer from "@/components/Current/Footer" import Header from "@/components/Current/Header" import VwoScript from "@/components/Current/VwoScript" @@ -52,6 +53,7 @@ export default async function RootLayout({
{children} +