Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -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' ? 'بازیابی رمز عبور' : 'اطلاعات حساب خود را وارد کنید'}
|
||||
|
||||
Reference in New Issue
Block a user