From 371cf977382866d8e03f25369e6ba7dbcb3d921a Mon Sep 17 00:00:00 2001 From: Ellen Kraffmiller Date: Mon, 4 May 2026 14:52:07 -0400 Subject: [PATCH] use new modern url in banner message --- public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index 7c214c9fb..b2b9d2087 100644 --- a/public/config.js +++ b/public/config.js @@ -7,7 +7,7 @@ window.__APP_CONFIG__ = { backendUrl: 'http://localhost:8000', // Optional banner shown at the top of the app when set. Basic HTML markup is supported. bannerMessage: - "You are using the new Dataverse Modern version. This is an early release and some features from the original site are not yet available. Please see the Project Roadmap for details.", + "You are using the new Dataverse Modern version. This is an early release and some features from the original site are not yet available. Please see the Project Roadmap for details.", // OIDC provider settings oidc: { clientId: 'test',