change tabs icon
This commit is contained in:
parent
f03af7d690
commit
b846d250bb
|
|
@ -4,9 +4,7 @@ import type { TabsProps } from 'antd';
|
||||||
import FilterLayout from '../../../../Layout/Dashboard/FilterLayout';
|
import FilterLayout from '../../../../Layout/Dashboard/FilterLayout';
|
||||||
import FilterForm from './Model/FilterForm';
|
import FilterForm from './Model/FilterForm';
|
||||||
import { lazy } from 'react';
|
import { lazy } from 'react';
|
||||||
import { BsQuestionSquare } from "react-icons/bs";
|
import { FaMoneyBills } from "react-icons/fa6";
|
||||||
import { IoStatsChartOutline } from "react-icons/io5";
|
|
||||||
import { useGetAllUser } from '../../../../api/user';
|
|
||||||
import useSearchQuery from '../../../../api/utils/useSearchQuery';
|
import useSearchQuery from '../../../../api/utils/useSearchQuery';
|
||||||
import { useFilterState } from '../../../../Components/Utils/Filter/FilterState';
|
import { useFilterState } from '../../../../Components/Utils/Filter/FilterState';
|
||||||
import { useGetAllReseller } from '../../../../api/reseller';
|
import { useGetAllReseller } from '../../../../api/reseller';
|
||||||
|
|
@ -28,7 +26,7 @@ const ReSellerTabs = () => {
|
||||||
{
|
{
|
||||||
key: '1',
|
key: '1',
|
||||||
label: t("practical.sales"),
|
label: t("practical.sales"),
|
||||||
icon:<BsQuestionSquare/>,
|
icon:<FaMoneyBills/>,
|
||||||
children:
|
children:
|
||||||
<>
|
<>
|
||||||
<FilterLayout
|
<FilterLayout
|
||||||
|
|
@ -41,7 +39,7 @@ const ReSellerTabs = () => {
|
||||||
{
|
{
|
||||||
key: '2',
|
key: '2',
|
||||||
label: t("practical.collections"),
|
label: t("practical.collections"),
|
||||||
icon:<IoStatsChartOutline/>,
|
icon:<FaMoneyBills/>,
|
||||||
children:
|
children:
|
||||||
<>
|
<>
|
||||||
<FilterLayout
|
<FilterLayout
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user