-
Notifications
You must be signed in to change notification settings - Fork 210
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 Theme toggle button to About page #637
Conversation
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.
Great job, @AnushkaChouhan25! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for collect-your-gamingtools ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi there! This issue is still open. We are looking forward to your response. |
1 similar comment
Hi there! This issue is still open. We are looking forward to your response. |
<li><label class="switch"> | ||
<input type="checkbox" id="theme-toggle" onchange="toggleTheme()"> | ||
<span class="slider"></span> | ||
</label></li> | ||
<!-- Inside the navbar ul --> | ||
|
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.
What changes did you even make? Why would you submit a pull request without any single effort?
Hi there! This issue is still open. We are looking forward to your response. |
Pull Request Format
PR Title
Issue #620 : Add Theme toggle button to About page
Type of PR
Description
I added a theme toggle button to the About Us page, which was lacking. This would allow users to switch between light and dark modes easily on the About page.
Screenshots / Videos (if applicable)
Before:
After:
Checklist
Additional Context
I have also updated the Add to Cart button background to look similar to other pages.
Thank you for reviewing my pull request!