🩹 Change default for anonymous to true

This commit is contained in:
Brian Wiborg 2024-05-13 14:09:41 +02:00
parent ff83e9abce
commit caaa935efc
No known key found for this signature in database
GPG Key ID: BE53FA9286B719D6

View File

@ -58,7 +58,7 @@
</div>
<div>
<label class="inline-flex items-center cursor-pointer">
<input type="checkbox" value="on" name="anonymous" class="sr-only peer">
<input checked type="checkbox" value="on" name="anonymous" class="sr-only peer">
<div class="relative w-11 h-6 peer-focus:ring-purple-800 rounded-full peer bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-purple-600"></div>
<span class="ms-3 text-sm font-medium text-gray-400">Anonymous vote</span>
</label>