diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 24b1905..d6330b6 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -1,6 +1,7 @@ import { NextIntlClientProvider } from "next-intl"; import { getMessages, setRequestLocale } from "next-intl/server"; import React from "react"; +import ConsentBanner from "../components/ConsentBanner"; export default async function LocaleLayout({ children, @@ -17,6 +18,7 @@ export default async function LocaleLayout({ return ( {children} + ); } diff --git a/app/components/ActivityFeed.tsx b/app/components/ActivityFeed.tsx index bc9ea79..103cbc7 100644 --- a/app/components/ActivityFeed.tsx +++ b/app/components/ActivityFeed.tsx @@ -1490,20 +1490,20 @@ export default function ActivityFeed() {
- +
-

Live Activity

-

Tracking disabled

+

Live Activity

+

Tracking disabled