feat: add sr to arrow

This commit is contained in:
Nazareno Oviedo 2022-04-19 09:34:53 -03:00
parent 276747cf3c
commit 3f4b89df86

View File

@ -120,6 +120,7 @@ const ArrowSlider = ({
strokeWidth="1.5"
/>
</svg>
<span className="sr-only">Arrow</span>
</button>
)
}