From dbf43363a7fbb71167a034ed76f5f1cf18e67203 Mon Sep 17 00:00:00 2001 From: Gabriel Hernandez Date: Wed, 19 Jul 2023 18:13:19 +0100 Subject: [PATCH] add tooltip to new logos (#12837) relates to #12053 quick fix to add tooltip to new inputs for logo --- frontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx | 4 ++++ .../pages/admin/OrgSettingsPage/cards/Info/_styles.scss | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx b/frontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx index 7ce9d086b4..be76f1d7b1 100644 --- a/frontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx +++ b/frontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx @@ -124,6 +124,8 @@ 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." />