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

[Fix] Update sidebar link from "Wiki" to "Docs" #1202

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

biliesilva
Copy link
Contributor

@biliesilva biliesilva commented Dec 19, 2024

<--- Description --->

Update sidebar link and name from "Wiki" to "Docs" on the Side Navigation

After:
image

Use the following Checklist if you have changed something on the Backend or Frontend:

  • Tested the feature and it's working on a current and clean install.
  • Tested the main App features and they are still working on a current and clean install. (Login, Install, Play, Uninstall, Move games, etc.)
  • Created / Updated Tests (If necessary)
  • Created / Updated documentation (If necessary)

@biliesilva biliesilva added the PR: Ready-For-Review PR is ready to be reviewed by peers label Dec 19, 2024
@biliesilva biliesilva self-assigned this Dec 19, 2024
className={({ isActive }) =>
classNames('Sidebar__item', { active: isActive })
}
to={{ pathname: '/wiki' }}
to={{ pathname: '/docs' }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

we either need to update the route or just keep this as /wiki. Clicking it navigates to a black screen

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I forgot to change it in the App file, ty!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed @BrettCleary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Ready-For-Review PR is ready to be reviewed by peers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants