-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mentor registration page #60
Conversation
{user !== null ? ( | ||
<Link to="/mentor-registration"> | ||
<Button className={styles.loginButton}>Become a Mentor</Button> | ||
</Link> | ||
) : null} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be visible without login. when they try to sign up we check whether they are logged in or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sending in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! @Madhawa97
Purpose
The purpose of this PR is to fix #16
Goals
This PR addresses the issue of creating a mentor applications view. The implementation closely matches the provided mockup, providing mentors with a platform to apply as a mentor.
Approach
Screenshots
Step 01:
Step 02:
Step 03:
Checklist
Related PRs
Test environment
Learning