diff --git a/next-tavla/app/page.tsx b/next-tavla/app/page.tsx index 6a744cd38..a3877d17d 100644 --- a/next-tavla/app/page.tsx +++ b/next-tavla/app/page.tsx @@ -28,18 +28,23 @@ async function Landing() {
-
+
- Lag din egen avgangstavle - + + Lag din egen avgangstavle + + for reisende
-
+
diff --git a/next-tavla/app/privacy/components/ExpandableInfo.tsx b/next-tavla/app/privacy/components/ExpandableInfo.tsx index 536871173..5a6b89757 100644 --- a/next-tavla/app/privacy/components/ExpandableInfo.tsx +++ b/next-tavla/app/privacy/components/ExpandableInfo.tsx @@ -71,17 +71,19 @@ function ExpandableInfo() { Firebase Auth - + {' '} og{' '} Firebase Privacy Policy - + . diff --git a/next-tavla/app/privacy/page.tsx b/next-tavla/app/privacy/page.tsx index e439ff336..355c60f6f 100644 --- a/next-tavla/app/privacy/page.tsx +++ b/next-tavla/app/privacy/page.tsx @@ -4,7 +4,6 @@ import doves from 'assets/illustrations/Doves.png' import hedgehog from 'assets/illustrations/Hedgehog.png' import squirrel from 'assets/illustrations/Squirrel.png' import Image from 'next/image' -import { Footer } from 'app/(admin)/components/Footer' import { TopNavigation } from 'app/(admin)/components/TopNavigation' import { cookies } from 'next/headers' import { ExpandableInfo } from './components/ExpandableInfo' @@ -62,7 +61,6 @@ async function Privacy() {
-