Skip to content

Commit

Permalink
Merge pull request #815 from TrustlessComputer/arch/new-home
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
sigmar-const authored Nov 6, 2024
2 parents f300f34 + 7c245fe commit e36ae9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions src/modules/landingV3/Componets/UserReviews/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,15 @@ const Item = (props: ItemProps) => {

const UserReviews = (props: Props) => {
const settings = {
dots: true,
dots: false,
infinite: true,
speed: 500,
slidesToShow: 4,
slidesToScroll: 4,
autoPlay: true,
autoplay: true,
speed: 2000,
autoplaySpeed: 2000,
arrows: false,
centerPadding: '24px',
// centerPadding: '24px',
responsive: [
{
breakpoint: 1024,
Expand Down
2 changes: 1 addition & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
@import './root';
@import './modal';
@import '~slick-carousel/slick/slick.css';
@import "slick-carousel/slick/slick-theme.css";
// @import "slick-carousel/slick/slick-theme.css";
@import 'node_modules/react-modal-video/scss/modal-video.scss';

0 comments on commit e36ae9a

Please sign in to comment.