master
kek7198 2021-12-27 18:25:23 -06:00
parent a1bca6b361
commit 9b8245534b
1 changed files with 11 additions and 0 deletions

View File

@ -7,6 +7,17 @@
<h2 class="ml-2 font-bold text-lg font-heading leading-normal mb-2">
Moderate
</h2>
<ul class="flex flex-col space-y-4">
<li class="flex justify-between">
<div>
<label for="verify">Verify</label>
<small class="text-gray-500 dark:text-gray-400">
Displays a badge <i class="fas fa-badge"></i> next to their username
</small>
</div>
<input type="checkbox" value="verify">
</li>
</ul>
</div>
{% endif %}