Fixes typo

This commit is contained in:
freearhey 2023-10-10 11:52:47 +03:00
parent ab7f02d1e9
commit a699273978
7 changed files with 10 additions and 10 deletions

View file

@ -12,7 +12,7 @@
expanded = !expanded
dispatch('click', { state: expanded })
}}
area-label={expanded ? 'Collapse' : 'Expand'}
aria-label={expanded ? 'Collapse' : 'Expand'}
>
<svg
class="w-4 h-4"