forked from noxious/client
Comment gender selection
This commit is contained in:
parent
3670eb8736
commit
ed0a02a795
@ -40,16 +40,16 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-between w-[190px]">
|
<!-- <div class="flex justify-between w-[190px]">-->
|
||||||
<button class="btn-empty flex gap-2 selected">
|
<!-- <button class="btn-empty flex gap-2 selected">-->
|
||||||
<img src="/assets/icons/male-icon.svg" class="w-4 h-4 m-auto" alt="Male symbol" />
|
<!-- <img src="/assets/icons/male-icon.svg" class="w-4 h-4 m-auto" alt="Male symbol" />-->
|
||||||
<span class="text-white">Male</span>
|
<!-- <span class="text-white">Male</span>-->
|
||||||
</button>
|
<!-- </button>-->
|
||||||
<button class="btn-empty flex gap-2">
|
<!-- <button class="btn-empty flex gap-2">-->
|
||||||
<img src="/assets/icons/male-icon.svg" class="w-4 h-4 m-auto" alt="Male symbol" />
|
<!-- <img src="/assets/icons/male-icon.svg" class="w-4 h-4 m-auto" alt="Male symbol" />-->
|
||||||
<span class="text-white">Female</span>
|
<!-- <span class="text-white">Female</span>-->
|
||||||
</button>
|
<!-- </button>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user