diff --git a/src/components/icons/BagIcon.tsx b/src/components/icons/BagIcon.tsx index f1b0429..99ebf22 100644 --- a/src/components/icons/BagIcon.tsx +++ b/src/components/icons/BagIcon.tsx @@ -13,7 +13,7 @@ const BagIcon = (props: Props) => ( > ( /> void; @@ -82,7 +82,17 @@ function BottomNavBar({ onPagerClick }: BottomNavBarProps) { width={20} height={20} />} value={t('Menu')} /> - } value={t('Notifications')} /> + + } + value={t('about')} + /> } value={t('Favorites')} /> diff --git a/src/locales/fa/common.json b/src/locales/fa/common.json index 7abc472..6578a2f 100644 --- a/src/locales/fa/common.json +++ b/src/locales/fa/common.json @@ -5,6 +5,7 @@ "Pager": "پیجر", "Notifications": "اعلان ها", "Favorites": "پسند ها", + "about": "درباره", "AriaLabel": "" }, "SideMenu": {