You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/configuring-the-global-header/proc-configuring-theme-specific-company-logos-for-global-header.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The {product-short} theme update changed the *Sidebar* and *Global Header* to us
7
7
Previously, both used black backgrounds in light and dark modes. This change needs theme-aware logos to ensure strong contrast and consistent branding.
8
8
9
9
.Prerequisites
10
-
You have the required permissions to modify RHDH configuration.
10
+
You have the required permissions to modify {product} configuration.
11
11
12
12
.Procedure
13
13
@@ -44,7 +44,7 @@ By default, if you do not provide `fullLogoLightTheme` or `logoLightTheme`, the
44
44
45
45
If `app.sidebar.logo` is set to `true`, you must also configure `app.branding.fullLogoLightTheme` to display the correct logo in light theme.
46
46
47
-
If you do not configure any logos, the *Sidebar* displays the default RHDH icon for both light and dark themes.
47
+
If you do not configure any logos, the *Sidebar* displays the default {product} icon for both light and dark themes.
48
48
49
49
The `CompanyLogo` component and the Sidebar automatically select the correct logo based on the active theme. The application uses the following order of priority:
50
50
@@ -56,26 +56,26 @@ The `CompanyLogo` component and the Sidebar automatically select the correct log
56
56
. `app.branding.fullLogoLightTheme`
57
57
. `logo (from `CompanyLogo` props)
58
58
. `app.branding.fullLogo`
59
-
. Default RHDH light theme logo
59
+
. Default {product-short} light theme logo
60
60
61
61
* Dark theme (highest to lowest priority):
62
62
63
63
. `logo` (from `CompanyLogo` props)
64
64
. `app.branding.fullLogo`
65
-
. Default RHDH dark theme logo
65
+
. Default {product-short} dark theme logo
66
66
67
67
*Sidebar* (When `app.sidebar.logo` is set to true)
0 commit comments