mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
tweak: change avatar url to icon for groups
This commit is contained in:
parent
3e435c252c
commit
2bcaabc5ae
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
<Input bind:value={input.color} type="text" placeholder={group.color}/>
|
||||
</Col>
|
||||
<Col xs={12} lg={4} class="mb-2">
|
||||
<Label>Avatar url:</Label>
|
||||
<Label>Icon url:</Label>
|
||||
<Input bind:value={input.icon} maxlength={256} type="url" placeholder={group.icon}/>
|
||||
</Col>
|
||||
<Col xs={12} lg={4} class="mb-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue