💬 Updates names and placeholders in AddAppShelfItem

This commit is contained in:
WalkxCode
2022-06-12 16:35:31 +02:00
parent 58ec74bb68
commit 5c0a074219

View File

@@ -201,19 +201,19 @@ export function AddAppShelfItemForm(props: { setOpened: (b: boolean) => void } &
<TextInput
required
label="Icon url"
placeholder="https://i.gifer.com/ANPC.gif"
label="Icon URL"
placeholder="/favicon.svg"
{...form.getInputProps('icon')}
/>
<TextInput
required
label="Service url"
label="Service URL"
placeholder="http://localhost:7575"
{...form.getInputProps('url')}
/>
<TextInput
label="Opened url"
placeholder="http://sonarr.remote.com"
label="New tab URL"
placeholder="http://sonarr.example.com"
{...form.getInputProps('openedUrl')}
/>
<Select