Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
feat: CXPUI-11 feat fixed revieww comments
Browse files Browse the repository at this point in the history
RavitejaSurampudi committed Mar 1, 2022
1 parent e4f3557 commit a6d7c2a
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/IOBanner.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {useState} from 'react';
import React from 'react';
import PropTypes from 'prop-types';
import { css } from '@emotion/react';
import bannerOverlayRight from '../images/io-banner/banner-style-right.svg';
15 changes: 4 additions & 11 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
@@ -206,30 +206,23 @@ const QuickstartsPage = ({ data, location }) => {
adaptiveWidth:true,
responsive: [
{
breakpoint: 1024,
breakpoint: 1081,
settings: {
slidesToShow: 3,
slidesToScroll: 3,
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
dots: false,
},
},
{
breakpoint: 820,
breakpoint: 760,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
dots: false,
},
},
{
breakpoint: 600,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
},
},
{
breakpoint: 480,
settings: {

0 comments on commit a6d7c2a

Please sign in to comment.