From e63390430479ae5b3a33b0906cb3c7e8ae9546e2 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Fri, 19 Apr 2024 15:48:13 -0400 Subject: [PATCH] update this example to indicate it's a public png (#962) --- source/customizations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/customizations.rst b/source/customizations.rst index cdc34981..07816e40 100644 --- a/source/customizations.rst +++ b/source/customizations.rst @@ -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"