home-page functionality, and some design tweaks

This commit is contained in:
Edd
2026-01-21 02:03:12 +00:00
parent 56844c9188
commit 0fade43944
12 changed files with 889 additions and 170 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ async function handleUpdatePassword() {
<div
class="w-full max-w-md bg-white dark:bg-gray-900 rounded-xl shadow-lg p-8 border dark:border-gray-800 transition-colors">
<h1 class="text-2xl font-bold text-gray-800 dark:text-white! mb-2 text-center">Password Update</h1>
<h1 class="text-2xl font-bold text-gray-800 dark:text-white mb-2 text-center">Password Update</h1>
<p class="text-sm text-gray-500 dark:text-gray-400 mb-8 text-center">Please update your password to
secure your account.</p>