remove all icons for now (#8)

This commit is contained in:
Vivian Phung
2024-05-01 22:01:51 -04:00
committed by GitHub
@@ -9,12 +9,11 @@ import {
} from '@snowballtools/material-tailwind-react-fork';
import { OutletContextType } from '../../../../types/types';
import { GearIcon } from '../../../../components/shared/CustomIcon/GearIcon';
const tabsData = [
{
label: 'General',
icon: <GearIcon />,
icon: '',
value: 'general',
},
{