diff --git a/new-lamassu-admin/src/components/Carousel.js b/new-lamassu-admin/src/components/Carousel.js index 8f00b55c..f751cd1f 100644 --- a/new-lamassu-admin/src/components/Carousel.js +++ b/new-lamassu-admin/src/components/Carousel.js @@ -2,7 +2,8 @@ import { makeStyles } from '@material-ui/core/styles' import React, { memo } from 'react' import ReactCarousel from 'react-material-ui-carousel' -import { ReactComponent as Arrow } from 'src/styling/icons/arrow/carousel-arrow.svg' +import { ReactComponent as LeftArrow } from 'src/styling/icons/arrow/carousel-left-arrow.svg' +import { ReactComponent as RightArrow } from 'src/styling/icons/arrow/carousel-right-arrow.svg' import { URI } from 'src/utils/apollo' const useStyles = makeStyles({ @@ -26,8 +27,8 @@ export const Carousel = memo(({ photosData, slidePhoto }) => { return ( <> } - NextIcon={} + PrevIcon={} + NextIcon={} navButtonsProps={{ style: { backgroundColor: 'transparent', diff --git a/new-lamassu-admin/src/styling/icons/arrow/carousel-arrow.svg b/new-lamassu-admin/src/styling/icons/arrow/carousel-left-arrow.svg similarity index 100% rename from new-lamassu-admin/src/styling/icons/arrow/carousel-arrow.svg rename to new-lamassu-admin/src/styling/icons/arrow/carousel-left-arrow.svg diff --git a/new-lamassu-admin/src/styling/icons/arrow/carousel-right-arrow.svg b/new-lamassu-admin/src/styling/icons/arrow/carousel-right-arrow.svg new file mode 100644 index 00000000..135c911e --- /dev/null +++ b/new-lamassu-admin/src/styling/icons/arrow/carousel-right-arrow.svg @@ -0,0 +1,9 @@ + + + Group 2 Copy + + + + + + \ No newline at end of file