-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Remove ModeToggle component from Sidebar #126
base: main
Are you sure you want to change the base?
Remove ModeToggle component from Sidebar #126
Conversation
@TheCoderAdi is attempting to deploy a commit to the harshpandey73's projects Team on Vercel. A member of the Team first needs to authorize it. |
app/dashboard/Sidebar.tsx
Outdated
@@ -76,8 +75,6 @@ const Sidebar = () => { | |||
<IoMdLogOut /> | |||
</Button> | |||
</div> |
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.
@TheCoderAdi u should remove that div which was wraping the modeToggle
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.
Okay
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.
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.
space-y-2
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.
Okay
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.
It seems like the space-y-2 class didn't work as expected. I have made some adjustments to the styling, so it should now appear as it did previously.
Description
I had removed the theme toggle button from the sidebar
Related Issues
#125
Screenshot