feat : added footer#580
Conversation
|
@Muragesh-24 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
Priyanshu-byte-coder
left a comment
There was a problem hiding this comment.
Missing EOF newline at the end of src/components/Footer.tsx. Please add a newline after the closing }.
@Priyanshu-byte-coder now i added the EOF newline src/components/Footer.tsx. |
0f28178
into
Priyanshu-byte-coder:main
|
🎉 Merged! Thanks for contributing to DevTrack. If the project has been useful to you, a ⭐ star on the repo is the easiest way to support it — it helps DevTrack get discovered by more developers. Keep an eye on open issues for your next contribution! |
Summary
Adds a shared responsive footer to the app with product, community, and repository links.
Type of Change
Changes Made
Added a global footer component.
Mounted the footer in the root layout so it appears across the app.
Styled it to match the existing theme and work well on different screen sizes.
Screenshots (if UI change)
Checklist
npm run lintpasses locallynpm run type-check)