Compare commits
No commits in common. "e470e902e58d9d922f404014ea9e559b6184a07c" and "f03af7d6905cc763e20983c70737e276bac6537a" have entirely different histories.
e470e902e5
...
f03af7d690
|
|
@ -4,7 +4,9 @@ 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 { FaMoneyBills } from "react-icons/fa6";
|
import { BsQuestionSquare } from "react-icons/bs";
|
||||||
|
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';
|
||||||
|
|
@ -26,7 +28,7 @@ const ReSellerTabs = () => {
|
||||||
{
|
{
|
||||||
key: '1',
|
key: '1',
|
||||||
label: t("practical.sales"),
|
label: t("practical.sales"),
|
||||||
icon:<FaMoneyBills className='tab_icon'/>,
|
icon:<BsQuestionSquare/>,
|
||||||
children:
|
children:
|
||||||
<>
|
<>
|
||||||
<FilterLayout
|
<FilterLayout
|
||||||
|
|
@ -39,7 +41,7 @@ const ReSellerTabs = () => {
|
||||||
{
|
{
|
||||||
key: '2',
|
key: '2',
|
||||||
label: t("practical.collections"),
|
label: t("practical.collections"),
|
||||||
icon:<FaMoneyBills className='tab_icon'/>,
|
icon:<IoStatsChartOutline/>,
|
||||||
children:
|
children:
|
||||||
<>
|
<>
|
||||||
<FilterLayout
|
<FilterLayout
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ const StudentTabs = () => {
|
||||||
{
|
{
|
||||||
key: '1',
|
key: '1',
|
||||||
label: t("practical.quiz"),
|
label: t("practical.quiz"),
|
||||||
icon:<BsQuestionSquare className='tab_icon'/>,
|
icon:<BsQuestionSquare/>,
|
||||||
children:
|
children:
|
||||||
<>
|
<>
|
||||||
<FilterLayout
|
<FilterLayout
|
||||||
|
|
@ -40,7 +40,7 @@ const StudentTabs = () => {
|
||||||
{
|
{
|
||||||
key: '2',
|
key: '2',
|
||||||
label: t("practical.hightes_quiz"),
|
label: t("practical.hightes_quiz"),
|
||||||
icon:<IoStatsChartOutline className='tab_icon'/>,
|
icon:<IoStatsChartOutline/>,
|
||||||
children:
|
children:
|
||||||
<>
|
<>
|
||||||
<FilterLayout
|
<FilterLayout
|
||||||
|
|
|
||||||
|
|
@ -99,9 +99,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tab_icon{
|
|
||||||
font-size: 30px ;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width:1250px) {
|
@media screen and (max-width:1250px) {
|
||||||
.single_student {
|
.single_student {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user