Bug: 8x8 white logo on light backgrounds (invisible) #91

Closed
opened 2026-05-17 21:15:28 -05:00 by null · 0 comments
Owner

Problem

The 8x8_Logo_White.svg is used in the Trust Bar section on a light bg-section-alt (#EEF6FB) background. A white SVG logo on a light background is nearly invisible.

There are 3 occurrences of 8x8_Logo_White.svg on the Home page:

  1. Line 97: Hero badge area - bg-white/20 overlay on dark navy background - OK
  2. Line 136: Trust Bar section - bg-section-alt (#EEF6FB light blue) - BROKEN (white logo on light bg)
  3. Line 199: Trust Signals card - inside bg-primary-navy container - OK (white on navy)

Only line 136 is actually broken. The 8x8 partnership is a major trust signal and the logo is invisible there.

Fix

Need either:

  • A dark/color version of the 8x8 logo (8x8_Logo.svg) for the light Trust Bar background
  • Or use CSS filter/mix-blend-mode to make the white logo visible on light backgrounds
  • Or change the Trust Bar section to have a dark background that works with the white logo

Files

  • src/pages/Home.jsx - line 136
  • Possibly new asset: public/assets/8x8_Logo.svg

Severity

High - 8x8 partnership is a key trust signal and the logo is invisible on the Trust Bar

## Problem The 8x8_Logo_White.svg is used in the Trust Bar section on a light bg-section-alt (#EEF6FB) background. A white SVG logo on a light background is nearly invisible. There are 3 occurrences of 8x8_Logo_White.svg on the Home page: 1. Line 97: Hero badge area - bg-white/20 overlay on dark navy background - OK 2. Line 136: Trust Bar section - bg-section-alt (#EEF6FB light blue) - BROKEN (white logo on light bg) 3. Line 199: Trust Signals card - inside bg-primary-navy container - OK (white on navy) Only line 136 is actually broken. The 8x8 partnership is a major trust signal and the logo is invisible there. ## Fix Need either: - A dark/color version of the 8x8 logo (8x8_Logo.svg) for the light Trust Bar background - Or use CSS filter/mix-blend-mode to make the white logo visible on light backgrounds - Or change the Trust Bar section to have a dark background that works with the white logo ## Files - src/pages/Home.jsx - line 136 - Possibly new asset: public/assets/8x8_Logo.svg ## Severity High - 8x8 partnership is a key trust signal and the logo is invisible on the Trust Bar
null closed this issue 2026-05-17 21:41:21 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#91
No description provided.