mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
feat(dasbhoard): improve accessibility in cards
This commit is contained in:
parent
4df4aafb7e
commit
74aa9663f0
4 changed files with 22 additions and 24 deletions
|
|
@ -42,9 +42,7 @@
|
|||
<b>Front history:</b> {user.privacy.front_history_privacy}
|
||||
</Col>
|
||||
</Row>
|
||||
<Button style="flex: 0" color="primary" on:click={() => editMode = true}>Edit</Button>
|
||||
<Link to="/dash/bulk-member-privacy"><Button style="flex: 0" color="secondary">Bulk member privacy</Button></Link>
|
||||
<Link to="/dash/bulk-group-privacy"><Button style="flex: 0" color="secondary">Bulk group privacy</Button></Link>
|
||||
<Button style="flex: 0" color="primary" on:click={() => editMode = true} aria-label="edit system privacy">Edit</Button>
|
||||
{/if}
|
||||
</CardBody>
|
||||
</Card>
|
||||
Loading…
Add table
Add a link
Reference in a new issue