Use new Redpanda logo in mobile top nav#391
Conversation
The mobile top nav rendered the old "R" logo (Redpanda_Favicon_32px.svg) while the desktop sidebar and footer use the current geometric mark (footer-logo.svg). Swap the mobile logo to footer-logo.svg so branding is consistent across viewports. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
✅ Deploy Preview for docs-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe mobile logo Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |

Problem
On mobile, the top nav displayed the old "R" logo (
Redpanda_Favicon_32px.svg, from 2023) instead of the current logo. The desktop sidebar and footer already use the new geometric mark (footer-logo.svg).Fix
Swap the mobile logo in
src/partials/header-content.hbstofooter-logo.svg(with matchingwidth="28" height="24"), so branding is consistent across viewports.Testing
gulp preview, resize to a mobile viewport (or http://localhost:5252) and confirm the new logo renders in the top nav.🤖 Generated with Claude Code