-
Notifications
You must be signed in to change notification settings - Fork 0
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 about page #29
Add about page #29
Conversation
d8a27ba
to
2666bc9
Compare
2666bc9
to
34cc409
Compare
34cc409
to
889ebba
Compare
src/components/Navbar/index.tsx
Outdated
@@ -57,7 +57,7 @@ function Navbar(props: Props) { | |||
{/* // FIXME: Add About route */} | |||
<Link | |||
className={styles.actionItem} | |||
to="/" | |||
to="About" |
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.
about
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.
@roshni73 to="about"
src/components/Navbar/index.tsx
Outdated
@@ -57,7 +57,7 @@ function Navbar(props: Props) { | |||
{/* // FIXME: Add About route */} | |||
<Link | |||
className={styles.actionItem} | |||
to="/" | |||
to="About" |
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.
@roshni73 to="about"
03a3522
to
83dda30
Compare
83dda30
to
495faa2
Compare
Addresses:
Changes
This PR doesn't introduce:
console.log
meant for debugging