Browse Source

Disable 'select your flavor' as it does nothing and wastes space

master
Jonathan "Duke" Leto 1 year ago
parent
commit
fd4b363696
  1. 2
      index.html

2
index.html

@ -16,11 +16,13 @@
<img src="logo.jpg" />
</div>
<h1>Hush Smart Chain Creator</h1>
<!--
<h4>Select your flavor</h4>
<ul id="flavor">
<li><button class="button-white button-outline" v-on:click="setFlavor('z2z')">Full Privacy (z2z)</button></li>
<li><button class="button-white button-outline" v-on:click="setFlavor('hybrid')">Hybrid Privacy (Smart contracts)</button></li>
</ul>
-->
</div>
<div id="build" class="content text-center">
<h3>Let's create a HUSH Smart Chain!</h3>

Loading…
Cancel
Save