File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/shared/components/Contentful/ContentSlider Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class ContentSlider extends Component {
4949 className = { theme . controlLeft }
5050 >
5151 { arrowRightImage && < img src = { arrowRightImage . fields . file . url } alt = "Slider left arrow" /> }
52- { ! arrowRightImage && ( arrowTheme === 'Gray' ? < GrayArrowNext /> : < WhiteArrowNext /> ) }
52+ { ! arrowRightImage && ( arrowTheme === 'Gray' ? < GrayArrowPrev /> : < WhiteArrowPrev /> ) }
5353 </ a >
5454 ) ,
5555 renderCenterRightControls : ( { nextSlide } ) => (
@@ -61,7 +61,7 @@ class ContentSlider extends Component {
6161 className = { theme . controlRight }
6262 >
6363 { arrowLeftImage && < img src = { arrowLeftImage . fields . file . url } alt = "Slider right arrow" /> }
64- { ! arrowLeftImage && ( arrowTheme === 'Gray' ? < GrayArrowPrev /> : < WhiteArrowPrev /> ) }
64+ { ! arrowLeftImage && ( arrowTheme === 'Gray' ? < GrayArrowNext /> : < WhiteArrowNext /> ) }
6565 </ a >
6666 ) ,
6767 } ;
You can’t perform that action at this time.
0 commit comments