feat: add feedback

This commit is contained in:
2026-06-07 15:41:33 +03:30
parent 2f976bade1
commit d3089ff2dd
2 changed files with 199 additions and 1 deletions
+4 -1
View File
@@ -118,6 +118,9 @@ export const NAV: NavSection[] = [
{
label: "محتوای کاربران",
icon: TagIcon,
items: [{ href: "/dashboard/comments", label: "نظرات" }],
items: [
{ href: "/dashboard/comments", label: "نظرات" },
{ href: "/dashboard/app-feedback", label: "نظرات و ایده‌ها برنامه" },
],
},
];