changed footer background icon and added icon to platform and company…#62
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 8 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🎉 Congratulations @nitinmohan18!Thank you for contributing to HyperLearningTech. Your pull request has been successfully merged into main. 📦 Merge Summary
🚀 Keep Contributing
Thank you for helping make HyperLearningTech better. Happy Coding! 🚀 |
Pull Request
Summary
This PR focuses on UI polish for the global
Footercomponent, specifically improving the visual hierarchy of the navigation links and refining the dark mode background for a more premium aesthetic.Related Issue
Closes #
Type of Change
What Changed?
lucide-reacticons (e.g.,Landmarkfor Universities,Shieldfor Privacy Policy). This drastically improves scannability and brings the footer inline with modern, high-end web design standards.#020617) footer background with a subtle, premium deep-navy gradient (dark:bg-gradient-to-b dark:from-[#0B132B] dark:to-[#040814]). This creates a rich "studio" depth effect that perfectly anchors the bottom of the page in dark mode.Screenshots (UI Changes Only)
(Please attach screenshots demonstrating the new Footer navigation icons and the deep navy background in dark mode)
Testing
Checklist
Before requesting a review, confirm the following:
main.npx prettier --write <file>).npm run format:checkpasses.npm run lintpasses.npm run typecheckpasses.npm run buildpasses.Additional Notes
The changes are entirely isolated to
components/footer.tsx.