Skip to content

Commit 3e2d478

Browse files
committed
fix: hide brackets for aria
1 parent deb9db9 commit 3e2d478

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/pages/about.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ const roleLabels = computed(
302302
viewBox="0 0 11 38"
303303
fill="none"
304304
xmlns="http://www.w3.org/2000/svg"
305+
aria-hidden="true"
305306
>
306307
<path
307308
d="M5.62151 0C-1.8519 10.6931 -1.89574 27.2683 5.62151 37.9997H10.6709C3.15538 27.2683 3.19922 10.6931 10.6709 0H5.62151Z"
@@ -339,6 +340,7 @@ const roleLabels = computed(
339340
viewBox="0 0 11 38"
340341
fill="none"
341342
xmlns="http://www.w3.org/2000/svg"
343+
aria-hidden="true"
342344
>
343345
<path
344346
d="M5.04935 0H0C7.4734 10.6931 7.51725 27.2683 0 37.9997H5.04935C12.5648 27.2683 12.521 10.6931 5.04935 0Z"

0 commit comments

Comments
 (0)