Skip to content

Use new Redpanda logo in mobile top nav#391

Merged
JakeSCahill merged 1 commit into
mainfrom
fix-mobile-nav-logo
Jun 15, 2026
Merged

Use new Redpanda logo in mobile top nav#391
JakeSCahill merged 1 commit into
mainfrom
fix-mobile-nav-logo

Conversation

@JakeSCahill

Copy link
Copy Markdown
Contributor

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.hbs to footer-logo.svg (with matching width="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

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>
@JakeSCahill JakeSCahill requested a review from kbatuigas June 15, 2026 15:49
@netlify

netlify Bot commented Jun 15, 2026

Copy link
Copy Markdown

Deploy Preview for docs-ui ready!

Name Link
🔨 Latest commit e3754eb
🔍 Latest deploy log https://app.netlify.com/projects/docs-ui/deploys/6a30213a15c1d200083aa99d
😎 Deploy Preview https://deploy-preview-391--docs-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 30 (🔴 down 1 from production)
Accessibility: 89 (no change from production)
Best Practices: 92 (no change from production)
SEO: 89 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b4597e78-afc2-473c-ba30-9b1b0596c87f

📥 Commits

Reviewing files that changed from the base of the PR and between 42fccc1 and e3754eb.

📒 Files selected for processing (1)
  • src/partials/header-content.hbs

📝 Walkthrough

Walkthrough

The mobile logo <img> element in src/partials/header-content.hbs (line 22) has its src attribute changed from Redpanda_Favicon_32px.svg to footer-logo.svg, both resolved under {{{@root.uiRootPath}}}/img/. The alt text formatting and self-closing tag style were also adjusted on the same line.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely describes the main change: updating the mobile top navigation to use the new Redpanda logo.
Description check ✅ Passed The description is well-structured and clearly explains the problem, fix, and testing approach, directly relating to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-mobile-nav-logo

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@JakeSCahill JakeSCahill merged commit beeb6f6 into main Jun 15, 2026
6 checks passed
@JakeSCahill JakeSCahill deleted the fix-mobile-nav-logo branch June 15, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants