diff --git a/servers/nextjs/app/(presentation-generator)/(dashboard)/dashboard/components/DashboardPage.tsx b/servers/nextjs/app/(presentation-generator)/(dashboard)/dashboard/components/DashboardPage.tsx index 1e5de6ec..c24caa9a 100644 --- a/servers/nextjs/app/(presentation-generator)/(dashboard)/dashboard/components/DashboardPage.tsx +++ b/servers/nextjs/app/(presentation-generator)/(dashboard)/dashboard/components/DashboardPage.tsx @@ -46,7 +46,7 @@ const DashboardPage: React.FC = () => { }; return ( -
FILTER BY:
@@ -26,14 +27,14 @@ const SettingSideBar = ({ mode, setMode, selectedProvider, setSelectedProvider }Select Provider
{mode === 'presenton' &&
diff --git a/servers/nextjs/app/(presentation-generator)/(dashboard)/templates/components/TemplatePanel.tsx b/servers/nextjs/app/(presentation-generator)/(dashboard)/templates/components/TemplatePanel.tsx
index 92e26ac3..5f92a433 100644
--- a/servers/nextjs/app/(presentation-generator)/(dashboard)/templates/components/TemplatePanel.tsx
+++ b/servers/nextjs/app/(presentation-generator)/(dashboard)/templates/components/TemplatePanel.tsx
@@ -191,7 +191,15 @@ const LayoutPreview = () => {
);
return (
-