added support page

This commit is contained in:
Samandar Turgunboyev
2025-12-16 14:29:04 +05:00
parent f3e0432465
commit 8813d50a81
12 changed files with 880 additions and 636 deletions

View File

@@ -153,7 +153,7 @@ const Login = () => {
<div className="bg-gradient-to-r from-blue-600 to-indigo-600 p-8 text-white text-center">
<div className="w-20 h-20 bg-white bg-opacity-20 rounded-full flex items-center justify-center mx-auto mb-4">
{step === 'phone' ? (
<Phone className="w-10 h-10" />
<Phone className="w-10 h-10 text-blue-500" />
) : (
<Lock className="w-10 h-10" />
)}