-
Notifications
You must be signed in to change notification settings - Fork 182
Fix: Adjusted font size in Hero banner for better visibility (#256) #258
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
base: main
Are you sure you want to change the base?
Conversation
|
@Wreck7 is attempting to deploy a commit to the AJEET PRATAP SINGH's projects Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughThis pull request makes two minimal changes: adjusts the Hero section heading font size from 6rem to 5.8rem on large viewports, and updates the TypeScript JSX compiler option from "preserve" to "react-jsx". These address UI proportions and configure the JSX transformation runtime. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✨ 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 |
|
|
What I Fixed
Updated the font size in the Hero banner section to improve readability and clarity.
Ensures the text/icon backed by "Users" is now clearly visible.
Why This Fix Was Needed
The original font size was big, making the text/icon in the Hero banner unclear.
Screenshots
Before

After

Linked Issue
Closes #256