Uh oh!
There was an error while loading. Please reload this page.
fix(emails): keep custom whitelabel logos at their original height - #5803
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview In Reviewed by Cursor Bugbot for commit d440732. Configure here. |
Greptile SummaryThis PR restores the intended email logo sizing for custom branding.
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "fix(emails): keep custom whitelabel logo..." | Re-trigger Greptile |
Uh oh!
There was an error while loading. Please reload this page.
Summary
34→41to fit the newly padded default wordmark, but theheightprop was applied unconditionally — so configured custom/whitelabel logos (brand.logoUrl) also inherited the41pxheight and rendered oversized.heightconditional alongsidewidth: custom logos keep their originalheight='34'(width auto); only the default padded wordmark uses41×68.This is the P1 Greptile flagged on #5802 before it was merged.
Type of Change
Testing
Verified the JSX branches:
hasCustomLogo→height='34'only; default →height='41' width='68'. Lint clean.Checklist