feat: add feedback
This commit is contained in:
+4
-1
@@ -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: "نظرات و ایدهها برنامه" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user