Skip to content

Commit

Permalink
remove auto banners (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
levenecav authored Aug 30, 2018
1 parent 54b97ee commit eb16765
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/components/BannersSlider/BannersSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const BannersSlider = (props: PropsTypes) => (
dots
infinity
animationSpeed={500}
autoplaySpeed={10000}
type="banners"
items={props.items}
slidesToShow={1}
Expand Down
1 change: 1 addition & 0 deletions src/components/Slider/SliderContainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
height: 1.5rem;
border-radius: 50%;
cursor: pointer;
border: 1px solid $color_grey_light;
}

.dot.active {
Expand Down

0 comments on commit eb16765

Please sign in to comment.