diff --git a/app/(creator)/dashboard/page.tsx b/app/(creator)/dashboard/page.tsx index 0c494bc..7d0b876 100644 --- a/app/(creator)/dashboard/page.tsx +++ b/app/(creator)/dashboard/page.tsx @@ -4,6 +4,7 @@ import { Plus } from "lucide-react"; import { createFormAction } from "@/app/(creator)/actions"; import { DashboardFormBrowser } from "@/components/dashboard-form-browser"; import { EmptyState } from "@/components/empty-state"; +import { PageHeader } from "@/components/ui/page-header"; import { Button } from "@/components/ui/button"; import { getServerAuthSession } from "@/lib/auth"; import { listFormsForWorkspace } from "@/lib/forms"; @@ -38,22 +39,21 @@ export default async function DashboardPage() { return forms.length === 0 ? (
- {t("dashboard.description")} -
-- {workspaceLabel} -
-- {t("responseDetail.description")} -
-- {workspaceLabel} -
-- {t("dashboard.description")} -
-- {t("settings.organizations.description")} -
-