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: {