Skip to content

Commit 24816cb

Browse files
authored
Merge pull request #188 from fyrbach/update-branding
Update dark theme's labels
2 parents ca70616 + 1dd3a04 commit 24816cb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

openam-ui/openam-ui-ria/src/main/js/config/ThemeConfiguration.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* information: "Portions copyright [year] [name of copyright owner]".
1313
*
1414
* Copyright 2015-2016 ForgeRock AS.
15-
* Portions copyright 2024 Wren Security.
15+
* Portions copyright 2024-2025 Wren Security.
1616
*/
1717

1818
define({
@@ -58,7 +58,7 @@ define({
5858
}
5959
}
6060
},
61-
"fr-dark-theme": {
61+
"dark-theme": {
6262
// An ordered list of URLs to stylesheets that will be applied to every page.
6363
stylesheets: [
6464
"themes/dark/css/bootstrap.css",
@@ -68,8 +68,8 @@ define({
6868
settings: {
6969
loginLogo: {
7070
src: "themes/dark/images/login-logo-white.png",
71-
title: "ForgeRock",
72-
alt: "ForgeRock",
71+
title: "Wren Security",
72+
alt: "Wren Security",
7373
height: "228px",
7474
width: "220px"
7575
}

0 commit comments

Comments
 (0)