mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-13 22:56:20 +00:00
fix aria and minify
This commit is contained in:
@@ -46,7 +46,7 @@ type LoseButtonProps = {
|
||||
|
||||
export const LoseGameButton = ({ rotation, onClick }: LoseButtonProps) => {
|
||||
return (
|
||||
<LoseButton $rotation={rotation} onClick={onClick}>
|
||||
<LoseButton $rotation={rotation} onClick={onClick} aria-label={`Lose Game`}>
|
||||
<Skull size="5vmin" color="black" opacity={0.5} />
|
||||
</LoseButton>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user