remove Arrow
This commit is contained in:
parent
92c35eb230
commit
a4edf900e4
|
@ -5,7 +5,7 @@ import Fade from "react-reveal/Fade";
|
|||
|
||||
import "./HomeNetwork.scss";
|
||||
import { CircleIcon, FAQ } from "../";
|
||||
import { SmallOrb, LogoSolid, Arrow, Deco6, Deco7, Deco8 } from "../../svg";
|
||||
import { SmallOrb, LogoSolid, Deco6, Deco7, Deco8 } from "../../svg";
|
||||
|
||||
const stats = [
|
||||
{ name: "TB Used", value: 664 },
|
||||
|
@ -113,7 +113,7 @@ export default class HomeNetwork extends Component {
|
|||
|
||||
<p>
|
||||
<a className="more" href="https://sia.tech/">
|
||||
Learn more about Sia <Arrow />
|
||||
Learn more about Sia
|
||||
</a>
|
||||
</p>
|
||||
</Fade>
|
||||
|
|
Reference in New Issue