Skip to content
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

Merged
merged 3 commits into from
Apr 23, 2024
Merged

Add about page #29

merged 3 commits into from
Apr 23, 2024

Conversation

roshni73
Copy link
Collaborator

Addresses:

Changes

  • Add about page details

This PR doesn't introduce:

  • typos
  • conflict markers
  • unwanted comments
  • temporary files, auto-generated files or secret keys
  • console.log meant for debugging
  • codegen errors

@@ -57,7 +57,7 @@ function Navbar(props: Props) {
{/* // FIXME: Add About route */}
<Link
className={styles.actionItem}
to="/"
to="About"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

about

Copy link
Collaborator

@barshathakuri barshathakuri Apr 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roshni73 to="about"

@@ -57,7 +57,7 @@ function Navbar(props: Props) {
{/* // FIXME: Add About route */}
<Link
className={styles.actionItem}
to="/"
to="About"
Copy link
Collaborator

@barshathakuri barshathakuri Apr 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roshni73 to="about"

@barshathakuri barshathakuri merged commit c275bde into develop Apr 23, 2024
4 checks passed
@barshathakuri barshathakuri deleted the feature/about-page branch April 23, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants