chore(marketing): update trusted by section#3890
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
Greptile SummaryThis PR updates the "Trusted By" marketing section by swapping out the Runway logo for Wordware, adding the corresponding SVG wordmark. The change is purely cosmetic and follows the existing logo entry pattern used by all other clients in the list. Confidence Score: 5/5Safe to merge — simple logo swap with no logic changes. The change is a straightforward content update: one SVG asset added and one array entry replaced. No logic, routing, or data-flow changes are involved, and the new entry correctly follows the existing pattern of the CLIENT_LOGOS array. No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/marketing/public/logos/wordware-wordmark.svg | New SVG wordmark logo for Wordware, with dark green (#0F391C) fill — will be rendered white via the default grayscale+invert filter applied by the component. |
| apps/marketing/src/app/components/TrustedBySection/TrustedBySection.tsx | Replaces the "Runway" entry with "Wordware" in the CLIENT_LOGOS array; height adjusted from 18 to 16px and explicit invert: false removed (Wordware will use the default grayscale+invert filter). |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[CLIENT_LOGOS array] --> B[wordware entry]
B --> C[logo: /logos/wordware-wordmark.svg]
B --> D[height: 16]
B --> E[default filter: grayscale + brightness-0 + invert]
E --> F[Rendered as white wordmark on dark bg]
Reviews (1): Last reviewed commit: "chore(marketing): update trusted by sect..." | Re-trigger Greptile
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
|
Superseded by #3892 which bundles this swap with the Ramp→Toss change. |
Description
Related Issues
Type of Change
Testing
Screenshots (if applicable)
Additional Notes
Summary by cubic
Replaced Runway with Wordware in the marketing site’s Trusted by section. Added the Wordware wordmark SVG and updated the logo entry (label, logo path, height set to 16) in
TrustedBySection.tsx.Written for commit b2e0be8. Summary will update on new commits. Review in cubic
Summary by CodeRabbit