Skip to content

Commit 833dedd

Browse files
authored
Merge pull request #984 from IQSS/main
use new modern url in banner message
2 parents 44a159e + 371cf97 commit 833dedd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ window.__APP_CONFIG__ = {
77
backendUrl: 'http://localhost:8000',
88
// Optional banner shown at the top of the app when set. Basic HTML markup is supported.
99
bannerMessage:
10-
"You are using the new Dataverse <strong>Modern version</strong>. This is an early release and some features from the original site are not yet available. Please see the <a href='https://dataverse.harvard.edu/spa/featured-item/harvard/1'>Project Roadmap</a> for details.",
10+
"You are using the new Dataverse <strong>Modern version</strong>. This is an early release and some features from the original site are not yet available. Please see the <a href='https://dataverse.harvard.edu/modern/featured-item/harvard/1'>Project Roadmap</a> for details.",
1111
// OIDC provider settings
1212
oidc: {
1313
clientId: 'test',

0 commit comments

Comments
 (0)