-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
style(footer): improve styling of Netlify badge alt-text fallback in footer #4967
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: master
Are you sure you want to change the base?
style(footer): improve styling of Netlify badge alt-text fallback in footer #4967
Conversation
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThe Footer component's Netlify badge image styling has been updated by replacing a single className "inline" with "inline-block align-middle ml-3 text-sm font-medium text-cool-gray", enhancing layout alignment and text presentation without modifying component behavior. Changes
Possibly related issues
Poem
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4967 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 22 22
Lines 796 796
Branches 146 146
=========================================
Hits 796 796 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-4967--asyncapi-website.netlify.app/ |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain
🏁 Script executed: Length of output: 2945 🏁 Script executed: Length of output: 5758
✅ What's Working Well
|
hey @coderabbitai i have verified every thing work fine. |
|
Tip For best results, initiate chat on the files or code changes.
The PR looks great and ready to merge! The CSS-only approach successfully addresses issue If you found this review helpful, would you consider giving us a shout-out on X? Thank you for using CodeRabbit! |
What changed
This PR makes a small CSS-only adjustment to the Netlify badge image in the footer to improve the appearance of the alt-text fallback when the image fails to load.
Why
When the image cannot be loaded, browsers render the broken image icon together with the alt text. Previously, this fallback looked unpolished due to lack of spacing and text emphasis.
This change improves readability and visual clarity without altering behavior or layout.
Scope
Related issue
#4921
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.