Change way the images are marked up, and correct some alt text
This commit is contained in:
parent
0925b6d59f
commit
0fb2d986a9
1 changed files with 10 additions and 2 deletions
|
|
@ -25,7 +25,11 @@ let canLeave = $myName == $hostName || name == $myName;
|
|||
hoverBackground="{colour}"
|
||||
>
|
||||
<div style="display: flex; align-items: center; justify-content: center;">
|
||||
<img src="/assets/icons/change_colour.svg" alt="Remove person from the game" style="baseline: center">
|
||||
<img
|
||||
src="/assets/icons/change_colour.svg"
|
||||
alt="Change your spaceship's colour"
|
||||
style="baseline: center"
|
||||
>
|
||||
</div>
|
||||
</SciFiButton>
|
||||
|
||||
|
|
@ -57,7 +61,11 @@ let canLeave = $myName == $hostName || name == $myName;
|
|||
hoverBackground="#ff0000"
|
||||
>
|
||||
<div style="display: flex; align-items: center; justify-content: center;">
|
||||
<img src="/assets/icons/kick_person.svg" alt="Remove person from the game" style="baseline: center">
|
||||
<img
|
||||
src="/assets/icons/kick_person.svg"
|
||||
alt="Remove person from the game"
|
||||
style="baseline: center"
|
||||
>
|
||||
</div>
|
||||
</SciFiButton>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue