diff --git a/develop/_sources/customizations.rst.txt b/develop/_sources/customizations.rst.txt index cdc34981..07816e40 100644 --- a/develop/_sources/customizations.rst.txt +++ b/develop/_sources/customizations.rst.txt @@ -1205,8 +1205,8 @@ The default ``ondemand`` theme can also be configured using the following config frontend: issuer: "MyCenter OnDemand" extra: - navLogo: "/path/to/custom/nav-logo.png" - loginLogo: "/path/to/custom/logo.png" + navLogo: "/public/nav-logo.png" + loginLogo: "/public/logo.png" loginTitle: "Log in with your Center username and password" loginButtonText: "Log in with your Center account" usernamePlaceholder: "center-username" diff --git a/develop/customizations.html b/develop/customizations.html index 2a8ed0c1..461f9f2a 100644 --- a/develop/customizations.html +++ b/develop/customizations.html @@ -1784,8 +1784,8 @@

Project Balance frontend: issuer: "MyCenter OnDemand" extra: - navLogo: "/path/to/custom/nav-logo.png" - loginLogo: "/path/to/custom/logo.png" + navLogo: "/public/nav-logo.png" + loginLogo: "/public/logo.png" loginTitle: "Log in with your Center username and password" loginButtonText: "Log in with your Center account" usernamePlaceholder: "center-username"