forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-27 19:02:49 -06:00
parent 6b696cde7e
commit 06b8b3979e
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
Moderate
</h2>
<ul class="flex flex-col mt-3">
<li class="flex space-x-2">
<li class="flex justify-between">
<div class="mt-[-1px]">
<label class="label mb-0" for="verify">Verification</label>
<small class="block text-gray-600 dark:text-gray-400">
Gives <i class="fas fa-badge-check fa-sm fa-fw"></i> {{ u.username }} a badge.
</small>
</div>
<select name="cars" id="cars">
<select name="cars" id="cars" class="text-base">
<option value="volvo">Verified</option>
<option value="saab">Unverified</option>
</select>