Skip to content

remove united health group logo#1805

Merged
Alek99 merged 3 commits intomainfrom
carlos/remove-logo-and-updates
Apr 2, 2026
Merged

remove united health group logo#1805
Alek99 merged 3 commits intomainfrom
carlos/remove-logo-and-updates

Conversation

@carlosabadia
Copy link
Copy Markdown
Collaborator

No description provided.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 2, 2026

Greptile Summary

This PR removes the United Health Group logo from the healthcare use-case social proof page and consolidates dark-mode text color classes across all use-case pages, replacing the two-class pattern text-m-slate-11 dark:text-m-slate-9 with the single semantic utility text-secondary-11.

Key changes:

  • Removes "united_health_group" from the LOGOS list in pcweb/pages/use_cases/healthcare/views/social_proof.py
  • Replaces text-m-slate-11 dark:text-m-slate-9 with text-secondary-11 across 10 files spanning common components (features_1, features_2, final_section, quote, social_proof, stats) and use-case–specific social proof views (consulting, finance, government, healthcare)
  • The PR title ("remove united health group logo") understates the scope — the CSS class consolidation is the larger diff by volume, though it's straightforward and low-risk

Note: border-m-slate-5 dark:border-m-slate-12 in final_section.py is intentionally left on the old system; only the text color token was migrated, which is consistent with the rest of the PR.

Confidence Score: 5/5

  • Safe to merge — changes are a logo removal and a mechanical CSS token consolidation with no logic changes.
  • All changes are purely presentational: one logo entry removal and a consistent find-and-replace of a two-class dark-mode pattern with a single semantic utility class. No logic, data, or routing is affected. No P0 or P1 findings were identified.
  • No files require special attention.

Important Files Changed

Filename Overview
pcweb/pages/use_cases/healthcare/views/social_proof.py Removes united_health_group from the LOGOS list and updates CSS class from text-m-slate-11 dark:text-m-slate-9 to text-secondary-11
pcweb/pages/use_cases/common/features_1.py CSS class refactor: replaces text-m-slate-11 dark:text-m-slate-9 with unified text-secondary-11 across feature card text elements
pcweb/pages/use_cases/common/features_2.py CSS class refactor: replaces text-m-slate-11 dark:text-m-slate-9 with text-secondary-11 across feature card text and list elements
pcweb/pages/use_cases/common/final_section.py CSS class refactor: updates text color from text-m-slate-11 dark:text-m-slate-9 to text-secondary-11; note border classes remain on the old system (border-m-slate-5 dark:border-m-slate-12)
pcweb/pages/use_cases/common/quote.py CSS class refactor: replaces text-m-slate-11 dark:text-m-slate-9 with text-secondary-11 in quote card description and name elements
pcweb/pages/use_cases/common/social_proof.py CSS class refactor: updates icon and span text color to text-secondary-11 in the common social proof card
pcweb/pages/use_cases/common/stats.py CSS class refactor: replaces text-m-slate-11 dark:text-m-slate-9 with text-secondary-11 in stat card description
pcweb/pages/use_cases/consulting/views/social_proof.py CSS class refactor: updates icon and span text color to text-secondary-11 in the consulting social proof card
pcweb/pages/use_cases/finance/views/social_proof.py CSS class refactor: updates icon and span text color to text-secondary-11 in the finance social proof card
pcweb/pages/use_cases/government/views/social_proof.py CSS class refactor: updates icon and span text color to text-secondary-11 in the government social proof card

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[CSS Token Migration] --> B["text-m-slate-11 dark:text-m-slate-9\n(old — 2-class pattern)"]
    B --> C["text-secondary-11\n(new — single semantic token)"]
    C --> D[common/features_1.py]
    C --> E[common/features_2.py]
    C --> F[common/final_section.py]
    C --> G[common/quote.py]
    C --> H[common/social_proof.py]
    C --> I[common/stats.py]
    C --> J[consulting/views/social_proof.py]
    C --> K[finance/views/social_proof.py]
    C --> L[government/views/social_proof.py]
    C --> M[healthcare/views/social_proof.py]
    M --> N[Also removes united_health_group from LOGOS list]
Loading

Reviews (1): Last reviewed commit: "remove united health group logo" | Re-trigger Greptile

@Alek99 Alek99 self-requested a review April 2, 2026 20:46
@Alek99 Alek99 merged commit e0ca46d into main Apr 2, 2026
10 checks passed
@Alek99 Alek99 deleted the carlos/remove-logo-and-updates branch April 2, 2026 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants