Revert "📝 Background image placeholder and instructions"

This reverts commit 4833157061.
This commit is contained in:
Aimsucks
2022-06-08 20:18:42 +00:00
parent 4833157061
commit 5cc160473c
2 changed files with 3 additions and 7 deletions

View File

@@ -43,11 +43,7 @@ export default function TitleChanger() {
placeholder="/favicon.svg"
{...form.getInputProps('favicon')}
/>
<TextInput
label="Background"
placeholder="/background.png"
{...form.getInputProps('background')}
/>
<TextInput label="Background" placeholder="" {...form.getInputProps('background')} />
<Button type="submit">Save</Button>
</Group>
</form>