frontend changes

This commit is contained in:
Chandini 2025-09-16 14:22:13 +05:30
parent fd3c81a560
commit 81ad734f47

View File

@ -142,7 +142,7 @@ export function SignUpForm({ onSignUpSuccess }: SignUpFormProps) {
className="h-10 bg-white/5 border-white/10 text-white placeholder:text-white/30 focus:border-orange-400/50 focus:ring-orange-400/20 transition-all duration-200 text-sm"
/>
</div>
<div className="space-y-1">
{/* <div className="space-y-1">
<Label htmlFor="role" className="text-white/80 text-xs font-medium">Role</Label>
<Input
id="role"
@ -153,7 +153,7 @@ export function SignUpForm({ onSignUpSuccess }: SignUpFormProps) {
required
className="h-10 bg-white/5 border-white/10 text-white placeholder:text-white/30 focus:border-orange-400/50 focus:ring-orange-400/20 transition-all duration-200 text-sm"
/>
</div>
</div> */}
</div>
</div>