feat: add faq
This commit is contained in:
@@ -130,4 +130,12 @@ export const NAV: NavSection[] = [
|
||||
{ href: "/dashboard/app-feedback", label: "نظرات و ایدهها برنامه" },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "سوالات متداول",
|
||||
icon: QuestionIcon,
|
||||
items: [
|
||||
{ href: "/dashboard/faq", label: "پرسشها" },
|
||||
{ href: "/dashboard/faq/categories", label: "دستهبندیها" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user