diff --git a/src/pages/support/Support.tsx b/src/pages/support/Support.tsx index 9bbe43b..4c0b5af 100644 --- a/src/pages/support/Support.tsx +++ b/src/pages/support/Support.tsx @@ -3,7 +3,7 @@ import { Helmet } from 'react-helmet-async' import { useTranslation } from 'react-i18next' import SidebarHint from './components/SidebarHint' import SupportImage from '../../assets/images/support.png' -import { CloseCircle, Document, Element3, TickCircle } from 'iconsax-react' +import { Building, CloseCircle, Component, Crown, TickCircle } from 'iconsax-react' import Tabs from '../../components/Tabs' import { useGetSupportPlans } from './hooks/useSupportData' import { NumberFormat } from '../../config/func' @@ -42,8 +42,8 @@ const Support: FC = () => {
({ - icon: , + items={data?.data?.supportPlans?.map((plan: PlanItemType, index: number) => ({ + icon: index === 0 ? : index === 1 ? : , label: plan.name, value: plan.id }))} @@ -154,7 +154,7 @@ const Support: FC = () => {
- +
{t(`support.${row.featureKey}`)}