mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: extra space typo
This commit is contained in:
parent
0f4434d88c
commit
70e515ade7
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
|||
</Input>
|
||||
</Col>
|
||||
<Col xs={12} lg={6} class="mb-3">
|
||||
<Label>Icon :</Label>
|
||||
<Label>Icon:</Label>
|
||||
<Input type="select" bind:value={input.privacy.icon_privacy}>
|
||||
<option default={group.privacy.icon_privacy === "public"}>public</option>
|
||||
<option default={group.privacy.icon_privacy === "private"}>private</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue