-
Notifications
You must be signed in to change notification settings - Fork 211
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
Missing Home Link in Navbar in About us page and Misalignment of Quick Links #508
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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, @Subham1! 🎉 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
✅ Deploy Preview for collect-your-gamingtools ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@swaraj-das kindly review my code and merge my PR |
Hi there! This issue is still open. We are looking forward to your response. |
@swaraj-das review my code |
Hi there! This issue is still open. We are looking forward to your response. |
@@ -203,8 +205,8 @@ <h2 class="logo-text">Collect your GamingTools</h2> | |||
</div> | |||
</div> | |||
<div class="footer-section links"> | |||
<h2>Quick Links</h2> | |||
<ul> | |||
<h2 style="margin-right: 80px;padding-right:50px">Quick Links</h2> |
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.
Bad convention. Keep it inside the style tag.
Missing Home Link in Navbar in About us page and Misalignment of Quick Links
Issue #444 : Missing Home Link in Navbar in About us page and Misalignment of Quick Links solved
Type of PR
Description
1.Added "Home" link to the navigation bar: Restored the "Home" link to improve navigation and usability, allowing users to
easily access the homepage.
2.Aligned "Quick Links" section: Corrected the formatting and alignment of the quick links for a more consistent and
professional layout.
Screenshots / Videos (if applicable)
Before:
After:
Checklist
Thank you for reviewing my pull request!