From b8e36b2769ca82ab248baef231e8fb0d56f9659f Mon Sep 17 00:00:00 2001 From: Kawtar Choubari Date: Thu, 14 Sep 2023 22:40:26 +0200 Subject: [PATCH] Add Wall of Content - Widget by Senja --- app/creator/page.tsx | 6 ++++++ app/layout.tsx | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/app/creator/page.tsx b/app/creator/page.tsx index febde15..260e259 100644 --- a/app/creator/page.tsx +++ b/app/creator/page.tsx @@ -61,6 +61,7 @@ export default async function Creator() { community.

+
{platforms.map((platform) => ( ))}
+
); } diff --git a/app/layout.tsx b/app/layout.tsx index 0d37daa..598534a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -92,6 +92,11 @@ export default function RootLayout({ data-y_margin="18" strategy="lazyOnload" > */} +