tweak: change avatar url to icon for groups

This commit is contained in:
Spectralitree 2022-01-12 10:46:49 +01:00
parent 3e435c252c
commit 2bcaabc5ae

View File

@ -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">