Skip to content

Commit

Permalink
fix carousel bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Apr 2, 2024
1 parent 62fee17 commit 65e4f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions devcon/src/components/common/carousel/carousel.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
overflow: hidden;
white-space: nowrap;

&:not(.no-animation) {
animation: slide 120s linear infinite;
}
// &:not(.no-animation) {
// animation: slide 120s linear infinite;
// }

img {
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion devcon/src/pages/road-to-devcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ const Gallery = React.memo(() => {

<Carousel
// title="ROAD TO DEVCON"
speed={300}
speed={5}
images={[
{
alt: 'Community 1',
Expand Down

0 comments on commit 65e4f4f

Please sign in to comment.