Skip to content

Commit

Permalink
buttons
Browse files Browse the repository at this point in the history
Signed-off-by: leecalcote <[email protected]>
  • Loading branch information
leecalcote committed Jan 15, 2021
1 parent ddc4d84 commit 3c4b637
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/sections/Banner-default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Button from "../../reusecore/Button";
import VintageBox from "../../reusecore/VintageBox";
import ParticleComponent from "../../reusecore/Particle";

import { FaPlay } from "react-icons/fa";
import { FaMapMarkedAlt, FaPlay } from "react-icons/fa";
import { FiDownloadCloud } from "react-icons/fi";

import BannerSectionWrapper from "./banner.style";
Expand All @@ -32,12 +32,13 @@ const BannerDefault = () => {
The Layer5 community represents the largest collection of service mesh projects and their maintainers in the world.
</p>
<VintageBox right={true} vintageOne={true}>
<Button primary className="banner-btn one" title="Run Meshery">
<FiDownloadCloud size={21} className="icon-left" />
<Button className="banner-btn two" title="Join in" url="/community">
<FaMapMarkedAlt size={21} className="icon-left" />
</Button>
<Button className="banner-btn two" title="Watch Now">
<FaPlay size={21} className="icon-left" />
<Button primary className="banner-btn one" title="Run Meshery" url="/projects/meshery">
<FiDownloadCloud size={21} className="icon-left" />
</Button>

</VintageBox>
</Col>
</Row>
Expand Down

0 comments on commit 3c4b637

Please sign in to comment.