Skip to content

Commit

Permalink
add qian
Browse files Browse the repository at this point in the history
  • Loading branch information
jin10086 committed Nov 5, 2020
1 parent e51e81d commit a855ffd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added src/assets/img/carousel/qian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/components/CustomCarousel/CustomCarousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import ElementResizeDetector from "element-resize-detector";
import ImgWePiggy from "assets/img/carousel/wepiggy.jpg";
import ImgSFinance from "assets/img/carousel/sfinance.jpg";
import ImgSakeSwap from "assets/img/carousel/sakeswap.jpg";
import ImgQian from "assets/img/carousel/qian.png";

import styles from "assets/jss/material-kit-pro-react/components/customCarouselStyle.js";

Expand Down Expand Up @@ -149,6 +150,16 @@ function CustomCarousel(props) {
<img src={ImgSFinance} alt="slider" width={width} height={height} />
</a>
</div>
<div>
<a
className={classes.link}
href="https://qian.finance/"
target="_blank"
rel="nofollow noopener noreferrer"
>
<img src={ImgQian} alt="slider" width={width} height={height} />
</a>
</div>
</Slider>
</div>
);
Expand Down

0 comments on commit a855ffd

Please sign in to comment.