Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

feat: profile link in navbar #8276

Merged
merged 2 commits into from
Jul 20, 2023
Merged

feat: profile link in navbar #8276

merged 2 commits into from
Jul 20, 2023

Conversation

eddiejaoude
Copy link
Member

@eddiejaoude eddiejaoude commented Jul 20, 2023

Fixes Issue

fixes #4995

Screenshot 2023-07-20 at 11 18 23

Changes proposed

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

Note to reviewers

@@ -91,10 +91,6 @@ export default function Navbar() {
name: "Docs",
url: "/docs",
},
{
Copy link
Member

Choose a reason for hiding this comment

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

If you are removing playground from the nav bar, you need to remove this test

Copy link
Member Author

Choose a reason for hiding this comment

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

oh good spot, thank you 👍

@eddiejaoude eddiejaoude merged commit c7cd398 into main Jul 20, 2023
11 checks passed
@eddiejaoude eddiejaoude deleted the feat-4995 branch July 20, 2023 13:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add user profile in the Navbar
2 participants