fix(web): fix GitHub capitalization and remove Netflix from company logos - #15
Draft
roo-code-dan[bot] wants to merge 1 commit into
Draft
fix(web): fix GitHub capitalization and remove Netflix from company logos#15roo-code-dan[bot] wants to merge 1 commit into
roo-code-dan[bot] wants to merge 1 commit into
Conversation
…ogos - Fix "Github" -> "GitHub" in hero section text (correct brand name capitalization) - Remove Netflix from company logos array to match design (not shown in Figma design or live site) Discovered via Figma MCP tools by comparing roocode.com design capture with source code.
Author
Reviewed both changes. No issues found - the fixes are correct and minimal.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Discovered two issues in the marketing site by using the Figma MCP tools to capture and analyze the roocode.com design.
Changes
1. Fix "Github" -> "GitHub" capitalization (
apps/web-roo-code/src/app/page.tsx)The hero section text referred to "Slack, Github or wherever your team is" - incorrect capitalization of GitHub's brand name. Fixed to "Slack, GitHub or wherever your team is" which matches what the production site already shows.
2. Remove Netflix from company logos (
apps/web-roo-code/src/components/homepage/company-logos.tsx)The
logosarray included "Netflix" but it did not appear in the Figma design capture or the live production site. Removed to align the code with actual rendered behavior.How discovered
Used the Figma MCP tools to:
generate_figma_designget_metadataget_design_contextto compare the live design with the source codeThe Figma capture at https://www.figma.com/design/h1aUTeQi4h54TVbkqus7jC showed 6 company logos (no Netflix) and the production page text with "GitHub" (capital H).
View task on Roomote