Skip to content

Commit d6c9c38

Browse files
committed
Minor change Judy's comment
1 parent 662b723 commit d6c9c38

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/configuring-the-global-header/proc-configuring-logo-in-the-global-header.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ This component supports the following props, which are provided through configur
1010
* `logo`: The base64 encoded logo image.
1111
* `to`: The redirect path for when users click the logo is '/catalog'.
1212
* `width`: The logo width is optional and defaults to 150 px.
13-
* `height`: The logo height is optional and defaults to 40px.
13+
* `height`: The logo height is optional and defaults to 40 px.
1414

1515
.Procedure
1616

1717
. To display a custom company logo in the global header, update the configuration with a mount point for `CompanyLogo`:
1818
+
19-
+
2019
[source,yaml,subs="+attributes,+quotes"]
2120
----
2221
# ...rest of the global header configuration
@@ -49,7 +48,6 @@ red-hat-developer-hub.backstage-plugin-global-header:
4948

5049
. (Optional) If you do not provide `logo` props to the `CompanyLogo` component, the component instead uses values defined under `app.branding` in your `{my-app-config-file}` file. You can configure the `CompanyLogo` as shown in the following configuration:
5150
+
52-
+
5351
[source,yaml,subs="+attributes,+quotes"]
5452
----
5553
app:

0 commit comments

Comments
 (0)