remove all icons for now (#8)

This commit is contained in:
Vivian Phung 2024-05-01 22:01:51 -04:00 committed by GitHub
commit 464b0463af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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