diff options
Diffstat (limited to 'src/components/Config.tsx')
| -rw-r--r-- | src/components/Config.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/Config.tsx b/src/components/Config.tsx index 3bf39af..2d3f08b 100644 --- a/src/components/Config.tsx +++ b/src/components/Config.tsx @@ -8,7 +8,7 @@ import { Settings, Tool, Trash2, -} from 'react-feather'; +} from '~/components/shared/FeatherIcons'; import { useTranslation } from 'react-i18next'; import Select from '~/components/shared/Select'; @@ -73,7 +73,6 @@ export default function Config({ return ( <div> - <ContentHeader /> <div className={s0.root}> <div className={s0.card}> <div className={s0.sectionTitle}> |
