diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 63df803..2b4ca76 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -12,7 +12,7 @@ jobs:
env:
DANAK_SERVER: "https://captain.run.danakcorp.com"
APP_TOKEN: f0ced29da1a7c75252c607e6eebeb2459a70d32402d6077816688b06e5e2823b
- CAPROVER_APP_NAME: danak-dsc
+ CAPROVER_APP_NAME: danak-admin
GITHUB_TOKEN: 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
steps:
diff --git a/src/App.tsx b/src/App.tsx
index 2399287..2d8c835 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -54,7 +54,7 @@ const App: FC = () => {
}, [])
- console.log('us', isLogin);
+
return (
diff --git a/src/config/Pages.ts b/src/config/Pages.ts
index fd96843..de2c9be 100644
--- a/src/config/Pages.ts
+++ b/src/config/Pages.ts
@@ -29,4 +29,31 @@ export const Pages = {
setting: "/setting",
wallet: "/wallet",
profile: "/profile",
+ customers: {
+ list: "/customers/list",
+ },
+ representative: {
+ list: "/representatives/list",
+ },
+ developers: {
+ list: "/developers/list",
+ },
+ discount: {
+ list: "/discounts/list",
+ },
+ referralCode: {
+ list: "/referral-code/list",
+ },
+ users: {
+ list: "/users/list",
+ },
+ ads: {
+ list: "/ads/list",
+ },
+ blog: {
+ list: "/blog/list",
+ },
+ messages: {
+ list: "/messages/list",
+ },
};
diff --git a/src/langs/fa.json b/src/langs/fa.json
index 41674a0..3dcf200 100644
--- a/src/langs/fa.json
+++ b/src/langs/fa.json
@@ -43,6 +43,18 @@
"description": "توضیحات",
"sidebar": {
"menu": "منو",
+ "services": "سرویس ها",
+ "customers": "مشتریان",
+ "representatives": "نمایندگان",
+ "developers": "توسعه دهندگان",
+ "discounts": "تخفیف ها",
+ "code_referral": "کد ارجاع",
+ "users": "کاربران",
+ "mnage_content": "مدیریت محتوا",
+ "ads": "تبلیغات",
+ "blog": "بلاگ",
+ "messages": "پیام ها",
+
"mainpage": "صفحه اصلی",
"myservice": "سرویس های من",
"other_service": "سایر سرویس ها",
diff --git a/src/shared/SideBar.tsx b/src/shared/SideBar.tsx
index c483dd3..d655f59 100644
--- a/src/shared/SideBar.tsx
+++ b/src/shared/SideBar.tsx
@@ -1,7 +1,7 @@
import { FC } from 'react'
import LogoImage from '../assets/images/logo.svg'
import { useTranslation } from 'react-i18next'
-import { Card, DocumentText, Element3, Element4, Home2, Logout, Messages3, NotificationStatus, Receipt21, Setting2, Teacher } from 'iconsax-react'
+import { Card, Code, CodeCircle, DocumentLike, DocumentText, Element3, Home2, Logout, Messages3, NotificationStatus, People, Profile, Receipt21, Setting2, SmsTracking, Teacher, TicketDiscount, UserSquare } from 'iconsax-react'
import SideBarItem from './SideBarItem'
import { useLocation } from 'react-router-dom'
import { Pages } from '../config/Pages'
@@ -49,16 +49,30 @@ const SideBar: FC = () => {
/>