add icons, change styles

This commit is contained in:
smanylov
2025-12-09 18:08:58 +07:00
parent c8e8be8935
commit 8ca445e8c6
18 changed files with 81 additions and 166 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ export default function RegisterForm() {
{state?.error?.server && (
<p className="text-sm text-red-500">{state?.error?.server}</p>
)}
<button type="submit" className={`${styles['btn']}`} style={{ marginTop: "20px" }}>Создать аккаунт</button>
<button type="submit" className={`${styles['btn']}`}>Создать аккаунт</button>
</form >
)
}