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
This commit is contained in:
Ian Littman
2025-10-29 09:44:41 -05:00
committed by GitHub
parent cdd54f83dc
commit b4aae8976c
2 changed files with 2 additions and 7 deletions
+1
View File
@@ -0,0 +1 @@
* Fixed outdated tooltip on dark background logo URL field in Organization info settings
@@ -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
<br />
areas of Fleet that have dark backgrounds.
</>
}
tooltip="Logo is displayed in Fleet on top of dark backgrounds."
/>
<div
className={`${cardClass}__icon-preview ${cardClass}__dark-background`}