We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139cad4 commit ccbe452Copy full SHA for ccbe452
src/sections/layout/Layout.tsx
@@ -11,6 +11,13 @@ export function Layout() {
11
<HistoryTrackerProvider>
12
<TopBarProgressIndicator />
13
{HeaderFactory.create()}
14
+ <div className="alert alert-warning rounded-0" role="alert">
15
+ <div className="container">
16
+ You are using the new Dataverse <strong>SPA version</strong>. This is an early release and
17
+ some features from the original site are not yet available.
18
+ </div>
19
20
+
21
<main>
22
<Container className={styles['body-container']}>
23
<Outlet />
0 commit comments