refactor: 🎨 tidy login page

This commit is contained in:
2025-11-01 16:48:28 +00:00
parent ac90952499
commit b2cc478c85
+1 -8
View File
@@ -42,18 +42,11 @@
<button
type="submit"
class="w-full bg-orange-500 hover:bg-orange-600 text-white font-medium py-2 px-4 rounded-md transition-colors duration-200"
>
class="w-full bg-orange-500 hover:bg-orange-600 text-white font-medium py-2 px-4 rounded-md transition-colors duration-200 hover:cursor-pointer">
Sign In
</button>
</form>
<div class="mt-6 p-4 bg-neutral-700 rounded-md">
<p class="text-xs text-neutral-400">
Default credentials: <code class="text-orange-400">admin / admin</code>
<br>Please change these after first login!
</p>
</div>
</div>
</div>
</div>