mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
feat: add edit button
This commit is contained in:
parent
9ff0a19275
commit
cd81c62371
1 changed files with 6 additions and 5 deletions
|
|
@ -41,8 +41,9 @@
|
|||
</Modal>
|
||||
</Col>
|
||||
{/if}
|
||||
<div class="mt-2">
|
||||
<b>Description:</b><br />
|
||||
{@html htmlDescription}
|
||||
</div>
|
||||
</Row>
|
||||
</Row>
|
||||
<div class="my-2">
|
||||
<b>Description:</b><br />
|
||||
{@html htmlDescription}
|
||||
</div>
|
||||
<Button style="flex: 0" color="primary" on:click={() => editMode = true}>Edit</Button>
|
||||
Loading…
Add table
Add a link
Reference in a new issue