Both changes are in:

  • Sidebar PRO badge — swapped the blue gradient for the minimal treatment: grey bg-background-tertiary-default with text-text-secondary. Since ProBadge is only used in the docs sidebar (the gallery cards have their own tier styling), this was a safe global restyle.

One implementation note: the framework tabs needed a small client wrapper (app/installation/framework-tabs.tsx) because icon components can't be passed from a server page across the client boundary — the step content itself stays server-rendered so componentSource still works.

Verified: the page returns 200 on the dev server, the redirect works, and the full production build passes cleanly. Happy to push when you're ready.

57%