Skip to content

Commit ccbe452

Browse files
committed
add spa banner
1 parent 139cad4 commit ccbe452

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/sections/layout/Layout.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ export function Layout() {
1111
<HistoryTrackerProvider>
1212
<TopBarProgressIndicator />
1313
{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+
</div>
20+
1421
<main>
1522
<Container className={styles['body-container']}>
1623
<Outlet />

0 commit comments

Comments
 (0)