Skip to content

Commit 72baa25

Browse files
committed
fix(a11y): remove redundant aria-label from collapsible title button
1 parent 29974e5 commit 72baa25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/CollapsibleSection.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ useHead({
108108
class="text-start focus-visible:outline-accent/70 rounded"
109109
:aria-expanded="isOpen"
110110
:aria-controls="contentId"
111-
:aria-label="ariaLabel"
112111
@click="toggle"
113112
>
114113
{{ title }}

0 commit comments

Comments
 (0)