mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): add proxy avatar field to member creation
This commit is contained in:
parent
a5c6fdbbf4
commit
99e6dc9d23
1 changed files with 4 additions and 0 deletions
|
|
@ -145,6 +145,10 @@
|
|||
<Label>Avatar url:</Label>
|
||||
<Input bind:value={input.avatar_url} maxlength={256} type="url" placeholder={input.avatar_url}/>
|
||||
</Col>
|
||||
<Col xs={12} lg={4} class="mb-2">
|
||||
<Label>Proxy Avatar url:</Label>
|
||||
<Input bind:value={input.webhook_avatar_url} maxlength={256} type="url" placeholder={input.webhook_avatar_url}/>
|
||||
</Col>
|
||||
<Col xs={12} lg={4} class="mb-2">
|
||||
<Label>Banner url:</Label>
|
||||
<Input bind:value={input.banner} maxlength={256} type="url" placeholder={input.banner}/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue