From 7d226d272bd5e70a8dbc5791c0353c0de6d47b4d Mon Sep 17 00:00:00 2001 From: Vojta Holik Date: Fri, 17 Jan 2025 11:25:24 +0100 Subject: [PATCH] style(aih): checklists --- apps/ai-hero/src/app/(content)/[post]/page.tsx | 2 +- .../src/app/(content)/lists/[slug]/_page.tsx | 2 +- apps/ai-hero/src/styles/globals.css | 7 ++++++- apps/ai-hero/tailwind.config.ts | 16 ++++++++++++++-- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/apps/ai-hero/src/app/(content)/[post]/page.tsx b/apps/ai-hero/src/app/(content)/[post]/page.tsx index 858b9afa9..e0d2f4073 100644 --- a/apps/ai-hero/src/app/(content)/[post]/page.tsx +++ b/apps/ai-hero/src/app/(content)/[post]/page.tsx @@ -138,7 +138,7 @@ async function Post({ post }: { post: Post | null }) { }) return ( -
+
{content}
) diff --git a/apps/ai-hero/src/app/(content)/lists/[slug]/_page.tsx b/apps/ai-hero/src/app/(content)/lists/[slug]/_page.tsx index aebdd8ba5..a3a5bcdcd 100644 --- a/apps/ai-hero/src/app/(content)/lists/[slug]/_page.tsx +++ b/apps/ai-hero/src/app/(content)/lists/[slug]/_page.tsx @@ -212,7 +212,7 @@ export default async function ListPage(props: {
-
+
{body || 'No body found.'}