remove all icons for now (#8)
This commit is contained in:
commit
464b0463af
@ -9,12 +9,11 @@ import {
|
|||||||
} from '@snowballtools/material-tailwind-react-fork';
|
} from '@snowballtools/material-tailwind-react-fork';
|
||||||
|
|
||||||
import { OutletContextType } from '../../../../types/types';
|
import { OutletContextType } from '../../../../types/types';
|
||||||
import { GearIcon } from '../../../../components/shared/CustomIcon/GearIcon';
|
|
||||||
|
|
||||||
const tabsData = [
|
const tabsData = [
|
||||||
{
|
{
|
||||||
label: 'General',
|
label: 'General',
|
||||||
icon: <GearIcon />,
|
icon: '',
|
||||||
value: 'general',
|
value: 'general',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user