Skip to content

Commit

Permalink
Merge pull request #87 from lychees/master
Browse files Browse the repository at this point in the history
Add unisave Carousel.
  • Loading branch information
jin10086 authored Dec 1, 2020
2 parents f4139ff + 313ef47 commit 10b2592
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added src/assets/img/carousel/unisave.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 @@ -10,6 +10,7 @@ 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 ImgUnisave from "assets/img/carousel/unisave.png";

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

Expand Down Expand Up @@ -120,6 +121,16 @@ function CustomCarousel(props) {
return (
<div ref={ref} className={classes.container}>
<Slider className={classes.slider} {...sliderProps}>
<div>
<a
className={classes.link}
href="https://https://app.unisave.exchange/#/swap"
target="_blank"
rel="nofollow noopener noreferrer"
>
<img src={ImgUnisave} alt="slider" width={width} height={height} />
</a>
</div>
<div>
<a
className={classes.link}
Expand Down

0 comments on commit 10b2592

Please sign in to comment.