Skip to content

Commit c0f819a

Browse files
author
Kevin Brown
authored
Made buttons fit better on mobile.
1 parent 21b648a commit c0f819a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ <h4>Buying with Metamask</h4>
266266

267267
</div>
268268
<li>Send ETH to our smart contract:</li>
269-
<button class="btn btn-primary btn-xl m-3 metamask-button">Send transaction with Metamask now</button>
269+
<button class="btn btn-primary btn-xl m-3 metamask-button">Send Transaction</button>
270270
<li class="mb-3">Add the token to Metamask so you can see how much Exposure you have.</li>
271271
<p>Token Contract Address: 0xf79C2cc623c9317725712cF1b1b980464507a70A</p>
272272
<p>Token Symbol: EXPO</p>
@@ -279,7 +279,7 @@ <h4>Buying with My Ether Wallet (MEW)</h4>
279279
</div>
280280
</div>
281281
<div class="row justify-content-center m-3">
282-
<a href="https://www.myetherwallet.com/?to=0xB7D9372DbcEDfFd7b58a15516e0b156204b764a8&value=1#send-transaction" target="_blank" rel="noopener noreferrer" class="btn btn-primary btn-xl">Send transaction with My Ether Wallet now</a>
282+
<a href="https://www.myetherwallet.com/?to=0xB7D9372DbcEDfFd7b58a15516e0b156204b764a8&value=1#send-transaction" target="_blank" rel="noopener noreferrer" class="btn btn-primary btn-xl">Send Transaction</a>
283283
</div>
284284
</div>
285285
</div>
@@ -522,4 +522,4 @@ <h3 class="section-subheading-without-margin text-muted">Exposure made with ♥
522522
</script>
523523
</body>
524524

525-
</html>
525+
</html>

0 commit comments

Comments
 (0)