Add links

This commit is contained in:
Karl Kempe 2022-01-24 00:41:31 +00:00
parent 449507332f
commit f2055dafeb
1 changed files with 8 additions and 1 deletions

View File

@ -474,10 +474,17 @@ export default function Home() {
</Paper>
<div className={classes.spacer} />
<Typography variant="subtitle1" color="textSecondary">
{"powered by wormhole"}
<Link variant="subtitle2" href="https://wormholenetwork.com/">
powered by wormhole
</Link>
</Typography>
<img src={Wormhole} alt="Wormhole" className={classes.wormholeIcon} />
<div className={classes.spacer} />
<Link variant="subtitle2" href="https://github.com/certusone/wormhole-nativeswap-example/">
Repo
</Link>
<div />
<div className={classes.spacer} />
<Link variant="subtitle2" href="https://goerli-faucet.slock.it/">
Goerli faucet
</Link>