remove decorative svg from screen readers

This commit is contained in:
Sine Jespersen 2025-06-13 13:46:04 +02:00
parent 85018dd106
commit 47c65bac6c

View File

@ -10,6 +10,7 @@
stroke-width={strokeWidth} stroke-width={strokeWidth}
stroke="currentColor" stroke="currentColor"
class={className} class={className}
aria-hidden="true"
> >
<path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" /> <path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" />
</svg> </svg>