From b4aae8976c090b70f3a228c31cec8d8552fca00b Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Wed, 29 Oct 2025 09:44:41 -0500 Subject: [PATCH] Reflect current reality in dark background logo tooltip copy (#34906) Fixes #34621. # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. ## Testing - [x] QA'd all new/changed functionality manually --- changes/34621-dark-logo-copy | 1 + frontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) create mode 100644 changes/34621-dark-logo-copy diff --git a/changes/34621-dark-logo-copy b/changes/34621-dark-logo-copy new file mode 100644 index 0000000000..472065bd8e --- /dev/null +++ b/changes/34621-dark-logo-copy @@ -0,0 +1 @@ +* Fixed outdated tooltip on dark background logo URL field in Organization info settings diff --git a/frontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx b/frontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx index 9f24013e81..63e618746b 100644 --- a/frontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx +++ b/frontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx @@ -146,13 +146,7 @@ const Info = ({ onBlur={validateForm} error={formErrors.org_logo_url} inputWrapperClass={`${cardClass}__logo-field`} - tooltip={ - <> - Logo is displayed in the top bar and other -
- areas of Fleet that have dark backgrounds. - - } + tooltip="Logo is displayed in Fleet on top of dark backgrounds." />