feat: add ci

This commit is contained in:
2024-04-03 16:18:30 +02:00
parent 195d7dab5d
commit a301e71e95
13 changed files with 274 additions and 23 deletions

View File

@@ -92,8 +92,7 @@
<div
class="googley-eyes"
on:click={() => ($visible = !$visible)}
role="button"
tabindex="0"
role="img"
aria-label="Toggle Googley Eyes"
aria-hidden="true"
on:keydown={(ev) => (ev.key === "Enter" ? ($visible = !$visible) : "")}