restructuring for rental requests. started double blind reviews

This commit is contained in:
jackiettran
2025-08-22 20:18:22 -04:00
parent 022c0b9c06
commit 5d85f77a19
15 changed files with 1305 additions and 1403 deletions

View File

@@ -310,7 +310,7 @@ const AuthModal: React.FC<AuthModalProps> = ({
<input
type="tel"
className="form-control"
placeholder="(555) 123-4567"
placeholder="(123) 456-7890"
value={phoneNumber}
onChange={handlePhoneChange}
required