Skip to content

Commit 312516f

Browse files
GitHub Actionsjmagak
authored andcommitted
Configuring theme-specific company logos for global header and sidebar
1 parent 63b9438 commit 312516f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/configuring-the-global-header/proc-configuring-theme-specific-company-logos-for-global-header.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The {product-short} theme update changed the *Sidebar* and *Global Header* to us
77
Previously, both used black backgrounds in light and dark modes. This change needs theme-aware logos to ensure strong contrast and consistent branding.
88

99
.Prerequisites
10-
You have the required permissions to modify RHDH configuration.
10+
You have the required permissions to modify {product} configuration.
1111

1212
.Procedure
1313

@@ -44,7 +44,7 @@ By default, if you do not provide `fullLogoLightTheme` or `logoLightTheme`, the
4444

4545
If `app.sidebar.logo` is set to `true`, you must also configure `app.branding.fullLogoLightTheme` to display the correct logo in light theme.
4646

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.
4848

4949
The `CompanyLogo` component and the Sidebar automatically select the correct logo based on the active theme. The application uses the following order of priority:
5050

@@ -56,26 +56,26 @@ The `CompanyLogo` component and the Sidebar automatically select the correct log
5656
. `app.branding.fullLogoLightTheme`
5757
. `logo (from `CompanyLogo` props)
5858
. `app.branding.fullLogo`
59-
. Default RHDH light theme logo
59+
. Default {product-short} light theme logo
6060

6161
* Dark theme (highest to lowest priority):
6262

6363
. `logo` (from `CompanyLogo` props)
6464
. `app.branding.fullLogo`
65-
. Default RHDH dark theme logo
65+
. Default {product-short} dark theme logo
6666

6767
*Sidebar* (When `app.sidebar.logo` is set to true)
6868

6969
* Light theme:
7070

7171
. `app.branding.fullLogoLightTheme`
7272
. `app.branding.fullLogo`
73-
. Default RHDH light theme icon
73+
. Default {product-short} light theme icon
7474

7575
* Dark Theme:
7676

7777
. `app.branding.fullLogo`
78-
. Default RHDH dark theme icon
78+
. Default {product-short} dark theme icon
7979

8080
.Verification
8181
. Switch between light and dark themes in the UI.

0 commit comments

Comments
 (0)