diff --git a/app/soapbox/features/soapbox_config/index.tsx b/app/soapbox/features/soapbox_config/index.tsx index f9b04f78e..fc1b79793 100644 --- a/app/soapbox/features/soapbox_config/index.tsx +++ b/app/soapbox/features/soapbox_config/index.tsx @@ -9,10 +9,7 @@ import { Column, Form, FormActions, FormGroup, Input, Textarea, Button } from 's import HStack from 'soapbox/components/ui/hstack/hstack'; import Stack from 'soapbox/components/ui/stack/stack'; import Streamfield from 'soapbox/components/ui/streamfield/streamfield'; -import { - FileChooserLogo, - Checkbox, -} from 'soapbox/features/forms'; +import { Checkbox } from 'soapbox/features/forms'; import ThemeToggle from 'soapbox/features/ui/components/theme-toggle'; import { useAppSelector, useAppDispatch } from 'soapbox/hooks'; import { normalizeSoapboxConfig } from 'soapbox/normalizers'; @@ -210,12 +207,17 @@ const SoapboxConfig: React.FC = () => { - } - name='logo' - hint={ @@ -330,6 +332,7 @@ const SoapboxConfig: React.FC = () => { +