feat: add users question
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user