We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have to add a button inside of navigation bar that opens the route for Server explorer page. Steps to do:
components/navigation/navigation-sidebar.tsx
<div className="space-y-4 flex flex-col items-center h-full bg-[#e3e5e8] text-primary w-full dark:bg-[#1e1f22] py-3"> <NavigationAction /> {\* We have create the button here */} <Separator className="h-[2px] bg-zinc-300 rounded-md mx-auto w-10" />
The text was updated successfully, but these errors were encountered:
I will be happy to take this issue please assign it to me
Sorry, something went wrong.
Good Luck @Devank-Sachdeva mate. If you encounter any problem feel free to ask.
Devank-Sachdeva
Successfully merging a pull request may close this issue.
Adding server explorer button in navigation bar
We have to add a button inside of navigation bar that opens the route for Server explorer page.
Steps to do:
components/navigation/navigation-sidebar.tsx
Current scenario
Final scenario needed
The text was updated successfully, but these errors were encountered: