mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: update alt text
This commit is contained in:
parent
58e446d999
commit
50e7e9e200
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
{#if item && (item.avatar_url || item.icon)}
|
||||
<img tabindex={0} on:keyup={(event) => {if (event.key === "Enter") avatarOpen = true}} on:click={toggleAvatarModal} class="rounded-circle avatar" src={icon_url} alt="Icon" />
|
||||
{:else}
|
||||
<img class="rounded-circle avatar" src={default_avatar} alt="your system avatar (default)" />
|
||||
<img class="rounded-circle avatar" src={default_avatar} alt="avatar (default)" />
|
||||
{/if}
|
||||
</div>
|
||||
<Modal isOpen={avatarOpen} toggle={toggleAvatarModal}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue