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

This commit is contained in:
Jonathan "Duke" Leto 2023-01-16 14:15:49 -08:00
parent 647b24c43a
commit fd4b363696

View File

@ -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>