diff --git a/src/langs/fa.json b/src/langs/fa.json index a9f06bb..896d87a 100644 --- a/src/langs/fa.json +++ b/src/langs/fa.json @@ -234,7 +234,9 @@ "other_services": "سایر سرویس ها", "my_services": "سرویس های من", "announcements": "اطلاعیه ها", - "tickets": "تیکت ها" + "tickets": "تیکت ها", + "customers": "مشتریان", + "receipts": "صورت حساب ها" }, "ticket": { "tickets": "تیکت ها", diff --git a/src/router/Main.tsx b/src/router/Main.tsx index eb19e22..d7c8c1b 100644 --- a/src/router/Main.tsx +++ b/src/router/Main.tsx @@ -84,7 +84,7 @@ const MainRouter: FC = () => {
-
+
} /> } /> diff --git a/src/shared/Footer.tsx b/src/shared/Footer.tsx index 89e857a..c9187db 100644 --- a/src/shared/Footer.tsx +++ b/src/shared/Footer.tsx @@ -1,4 +1,4 @@ -import { Element3, Element4, Home2, Messages3, NotificationStatus } from 'iconsax-react' +import { Home2, Messages3, NotificationStatus, People, Receipt21 } from 'iconsax-react' import { FC } from 'react' import { useTranslation } from 'react-i18next' import { Pages } from '../config/Pages' @@ -23,29 +23,29 @@ const Footer: FC = () => {
- +
-
- {t('footer.other_services')} + {t('footer.customers')}
- +
-
- {t('footer.my_services')} + {t('footer.receipts')}