From f4d547937f64051f0aec038901193a488c119566 Mon Sep 17 00:00:00 2001 From: shiva raj badu Date: Fri, 18 Jul 2025 21:47:13 +0545 Subject: [PATCH] fix(Nextjs) : Presentation layout tailwind styling issue --- .../presentation/components/SlideContent.tsx | 2 +- servers/nextjs/tailwind.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/nextjs/app/(presentation-generator)/presentation/components/SlideContent.tsx b/servers/nextjs/app/(presentation-generator)/presentation/components/SlideContent.tsx index 829aea72..d7fad610 100644 --- a/servers/nextjs/app/(presentation-generator)/presentation/components/SlideContent.tsx +++ b/servers/nextjs/app/(presentation-generator)/presentation/components/SlideContent.tsx @@ -139,7 +139,7 @@ const SlideContent = ({ {isStreaming && ( )} -
+
{/* render slides */} {loading ?
diff --git a/servers/nextjs/tailwind.config.ts b/servers/nextjs/tailwind.config.ts index d9424a16..5b2e8834 100644 --- a/servers/nextjs/tailwind.config.ts +++ b/servers/nextjs/tailwind.config.ts @@ -9,6 +9,7 @@ const config: Config = { "./components/**/*.{js,ts,jsx,tsx,mdx}", "./app/**/*.{js,ts,jsx,tsx,mdx}", "!./app/privacy-policy/**/*.{js,ts,jsx,tsx,mdx}", + "./presentation-layouts/**/*.{js,ts,jsx,tsx,mdx}", ], theme: { extend: {