fix(landing): normalize typography weights - #7144
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile SummaryThis PR normalizes typography across the landing surface by removing explicit medium font weights while preserving layout and behavior.
Confidence Score: 5/5The PR appears safe to merge because it is limited to intentional typography-weight normalization and introduces no concrete behavioral defect. The changes consistently remove explicit font-weight utilities from static landing-page text while leaving component structure, state, data flow, layout, and animation behavior intact.
|
| Filename | Overview |
|---|---|
| apps/sim/app/(landing)/components/features/components/feature-card/feature-card.tsx | Removes the explicit medium weight from feature-card headings without changing structure or layout. |
| apps/sim/app/(landing)/components/product-demo/product-demo.tsx | Aligns the product-demo heading with the normalized landing typography. |
| apps/sim/app/(landing)/enterprise/components/feature-graphics/access-control-graphic.tsx | Removes medium weight from the primary team label while retaining its existing color-based emphasis. |
| apps/sim/app/(landing)/files/components/files-hero-loop.tsx | Normalizes simulated file-table labels, values, and owner text to regular weight. |
| apps/sim/app/(landing)/knowledge/components/knowledge-hero-loop.tsx | Normalizes the knowledge-base title and table-cell typography without changing table behavior. |
| apps/sim/app/(landing)/logs/components/logs-hero-loop.tsx | Removes medium weight from workflow and panel labels while preserving animation and rendering logic. |
| apps/sim/app/(landing)/tables/components/tables-hero-loop.tsx | Normalizes the simulated table breadcrumb labels without changing hierarchy, spacing, or interactions. |
Reviews (1): Last reviewed commit: "fix(landing): normalize typography weigh..." | Re-trigger Greptile
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
Type of Change
Testing
Checklist