Skip to content

Commit

Permalink
fix: inital year
Browse files Browse the repository at this point in the history
  • Loading branch information
mani1911 committed Jan 3, 2024
1 parent e4dbff2 commit e1a2fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AuthLayout/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const SignUp: React.FC<SignupFormProps> = ({ setForm }) => {
userState: '',
userPhno: '',
userDegree: 'BTech',
userYear: 2016,
userYear: 2026,
userCollege: 'Other',
userOtherCollege: '',
userCity: '',
Expand Down

0 comments on commit e1a2fb5

Please sign in to comment.