Refactor code structure for improved readability and maintainability

This commit is contained in:
hamed
2026-07-02 21:40:32 +03:30
parent 1c81c6f2e5
commit ab83a64d9d
8 changed files with 7 additions and 10 deletions
+3 -1
View File
@@ -186,7 +186,9 @@ export default function LoginPage() {
<div className="card card-pad" style={{ width: '100%', maxWidth: 420 }}>
<div style={{ textAlign: 'center', marginBottom: 28 }}>
<div className="brand-logo" style={{ margin: '0 auto 16px', width: 54, height: 54, borderRadius: 16, fontSize: 26 }}></div>
<div className="brand-logo" style={{ margin: '0 auto 16px', width: 54, height: 54, borderRadius: 16 }}>
<img src="/logo.png" alt="Clinic Pro" className="brand-img" />
</div>
<h1 style={{ fontSize: 22, fontWeight: 800, marginBottom: 6 }}>ورود به پنل</h1>
<p className="muted" style={{ fontSize: 13 }}>
{mode === 'forgot' ? 'بازیابی رمز عبور' : 'اطلاعات حساب خود را وارد کنید'}