Skip to content

Commit f5c4a73

Browse files
authored
Fix: remove aria-hidden (#105)
El texto visible y el de SR pasó a ser el mismo, eliminé el de SR pero olvidé quitar el `aria-hidden`. Esta PR lo soluciona.
1 parent 20e0baf commit f5c4a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[lang]/sponsors.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ const {
252252
style={`background-color: ${colors[i]};`}
253253
aria-hidden="true"
254254
/>
255-
<span aria-hidden="true" class="truncate">
255+
<span class="truncate">
256256
{interest.label} {interest.pc}
257257
</span>
258258
<span aria-hidden="true" class="mr-2">

0 commit comments

Comments
 (0)