mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
whitespace
This commit is contained in:
parent
4ca607914b
commit
376c72c95d
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,7 @@ function AdminSettingsForm({data: instance}) {
|
|||
label="Short description"
|
||||
placeholder="A small testing instance for the GoToSocial alpha software."
|
||||
/>
|
||||
|
||||
<TextArea
|
||||
field={form.description}
|
||||
label="Full description"
|
||||
|
@ -103,6 +104,7 @@ function AdminSettingsForm({data: instance}) {
|
|||
label="Contact user (local account username)"
|
||||
placeholder="admin"
|
||||
/>
|
||||
|
||||
<TextInput
|
||||
field={form.contactEmail}
|
||||
label="Contact email"
|
||||
|
|
Loading…
Reference in a new issue