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." />