feat: add users question

This commit is contained in:
2026-08-20 18:48:22 +03:30
parent aba556618b
commit 96c74601c8
6 changed files with 365 additions and 11 deletions
+6
View File
@@ -14,6 +14,7 @@ import {
TagIcon,
TimerIcon,
TrophyIcon,
UserIcon,
WorryIcon,
} from "@/components/icons";
@@ -113,6 +114,11 @@ export const NAV: NavSection[] = [
icon: SurveyIcon,
items: [{ href: "/dashboard/surveys", label: "پرسش‌های نظرسنجی" }],
},
{
label: "کاربران",
icon: UserIcon,
items: [{ href: "/dashboard/users", label: "کاربران نظرسنجی" }],
},
{
label: "گفتگو با مشاور",
icon: ChatIcon,