More iteration

This commit is contained in:
James Pattinson
2025-11-10 15:20:11 +00:00
parent 93aeda8e83
commit f1c4ff19d6
9 changed files with 491 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ const Login: React.FC = () => {
return (
<div className="auth-container">
<div className="auth-card">
<h2>Welcome Back</h2>
<h2>SASA Member Portal</h2>
<p style={{ textAlign: 'center', marginBottom: '24px', color: '#666' }}>
Log in to your membership account
</p>
@@ -90,7 +90,7 @@ const Login: React.FC = () => {
onClick={() => navigate('/register')}
style={{ width: '100%' }}
>
Join as New User
Join SASA
</button>
</div>
</div>