updated gear icon on profile page and removed "make private" option until i can get it working correctly

This commit is contained in:
Keep Creating Online
2025-02-10 08:01:01 -05:00
parent 56b6bb988e
commit e5ce98db07
4 changed files with 82 additions and 48 deletions

View File

@@ -105,7 +105,7 @@
class="mt-1 block w-full rounded-md border-gray-700 bg-gray-800 text-gray-100 focus:border-blue-500 focus:ring-blue-500"
></textarea>
</div>
<!--
<div class="flex items-center space-x-2">
<input
type="checkbox"
@@ -116,7 +116,7 @@
>Private Listing (Encrypt Magnet)</span
>
</div>
-->
<button
type="submit"
class="bg-blue-500 text-white px-4 py-2 rounded-md hover:bg-blue-600 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2"