remove all icons for now

This commit is contained in:
Vivian Phung 2024-05-01 21:55:03 -04:00
parent 9b0ad34831
commit c29134bfd9
No known key found for this signature in database

View File

@ -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',
},
{