Skip to content

Instantly share code, notes, and snippets.

@xeoneux
Created July 1, 2018 06:52
Show Gist options
  • Save xeoneux/c5732538fd9c45ad6d19a84978b1a0b7 to your computer and use it in GitHub Desktop.
Save xeoneux/c5732538fd9c45ad6d19a84978b1a0b7 to your computer and use it in GitHub Desktop.
<section>
<h3 className="coin-available">Available Cryptocurrencies</h3>
<div className="container">
<div className="row">
<div className="coin-select col-md-1">
<img
alt="Ethereum"
src={require(`cryptocurrency-icons/dist/svg/color/eth.svg`)}
/>
<p>Etheruem</p>
</div>
</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment