From 2bd1cc6cf4926a8ce901408c52190e05c35449d0 Mon Sep 17 00:00:00 2001 From: Ege DURMAZ <57801481+Aegean09@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:40:26 +0300 Subject: [PATCH] fix: improving accessibility on buttons with no text --- src/components/scrolling-carousel/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/scrolling-carousel/index.tsx b/src/components/scrolling-carousel/index.tsx index e15a85c..6f4f5b2 100644 --- a/src/components/scrolling-carousel/index.tsx +++ b/src/components/scrolling-carousel/index.tsx @@ -133,7 +133,7 @@ export const ScrollingCarousel: FunctionComponent = ( ) => { return (
slide(direction)}> - {element ??
); };