diff --git a/com.twin.app.shoptime/src/views/TrendingNowPanel/TrendingNowPanel.jsx b/com.twin.app.shoptime/src/views/TrendingNowPanel/TrendingNowPanel.jsx index 5ca22751..404a5b95 100644 --- a/com.twin.app.shoptime/src/views/TrendingNowPanel/TrendingNowPanel.jsx +++ b/com.twin.app.shoptime/src/views/TrendingNowPanel/TrendingNowPanel.jsx @@ -253,7 +253,7 @@ const TrendingNowPanel = ({ panelInfo, spotlightId, isOnTop, ...rest }) => { SpotlightIds.TRENDING_NOW_BEST_SELLER )} spotlightId={SpotlightIds.TRENDING_NOW_PREV_INDICATOR} - ariaLabel="Move to left Button" + ariaLabel="Move to left" /> )} @@ -341,7 +341,7 @@ const TrendingNowPanel = ({ panelInfo, spotlightId, isOnTop, ...rest }) => { onClick={handleTopButtonClick} size={null} spotlightId={SpotlightIds.TRENDING_NOW_TOP_BUTTON} - ariaLabel="Move to Top Button" + ariaLabel="Move to Top" data-wheel-point type={TYPES.topButton} /> @@ -361,7 +361,7 @@ const TrendingNowPanel = ({ panelInfo, spotlightId, isOnTop, ...rest }) => { SpotlightIds.TRENDING_NOW_BEST_SELLER )} spotlightId={SpotlightIds.TRENDING_NOW_NEXT_INDICATOR} - ariaLabel="Move to right Button" + ariaLabel="Move to right" /> )}