Skip to content

Commit 8bca66b

Browse files
author
GitHub Actions
committed
Update the doc on changing RHDH logo
1 parent 5bc6b3c commit 8bca66b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/customizing-the-appearance/proc-customize-rhdh-branding-logo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ You can format the `BASE64_EMBEDDED_FULL_LOGO` environment variable as follows:
2424
+
2525
[source,yaml,subs="+quotes"]
2626
----
27-
BASE64_EMBEDDED_FULL_LOGO: "data:image/svg+xml;base64,<file_base64>"
27+
BASE64_EMBEDDED_FULL_LOGO: "data:image/svg+xml;base64,_<file_base64>_"
2828
----
2929
+
30-
The following example demonstrates how to customize the `BASE64_EMBEDDED_FULL_LOGO` using the `data:image/svg+xml;base64,<file_base64>` format:
30+
The following example demonstrates how to customize the `BASE64_EMBEDDED_FULL_LOGO` using the `data:image/svg+xml;base64,_<file_base64>_` format:
3131
+
3232
[source,yaml,subs="+quotes"]
3333
----

0 commit comments

Comments
 (0)