Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses several mobile layout issues in the public tools UI by improving responsive wrapping/spacing in the footer, tool cards, and tool detail header.
Changes:
- Make footer quick links wrap cleanly on small screens and center the copyright text.
- Prevent tool-card “tags” row from clipping when categories wrap by switching to a minimum height.
- Rework the tool details header layout so categories flow below the icon/name on mobile.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| components/Footer.tsx | Allows quick links to wrap with tighter gaps on mobile; centers copyright text. |
| app/(public)/tools/page.tsx | Changes tags container from fixed height to min-height to support wrapping categories. |
| app/(public)/tools/[id]/page.tsx | Restructures tool header layout for better mobile responsiveness (icon/name row, categories below). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Power-Maverick
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated card view to overflow for mobile categories:






Fixed issue with Footer navigation styling on mobile and overall layout shift
Before:
After:
Reworked tool header for both desktop and mobile - shifted categories below the icon and name, making them take the full screen on mobile to look better for smaller displays
New Desktop
Old Mobile
New Mobile