feat: add chat topic

This commit is contained in:
2026-06-03 17:08:59 +03:30
parent 4d67af0bfc
commit 07cbeec816
9 changed files with 359 additions and 17 deletions
+6
View File
@@ -1,6 +1,7 @@
import type { ComponentType, SVGProps } from "react";
import {
BreathIcon,
ChatIcon,
HomeIcon,
ImageIcon,
MediaIcon,
@@ -94,6 +95,11 @@ export const NAV: NavSection[] = [
icon: SurveyIcon,
items: [{ href: "/dashboard/surveys", label: "پرسش‌های نظرسنجی" }],
},
{
label: "گفتگو با مشاور",
icon: ChatIcon,
items: [{ href: "/dashboard/chat-topics", label: "موضوعات پیشنهادی" }],
},
{
label: "حال‌وهوا",
icon: MoodIcon,