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.
2 parents 8de3b86 + 6839756 commit 1bd0933Copy full SHA for 1bd0933
packages/openneuro-app/src/scripts/index.tsx
@@ -46,13 +46,6 @@ const Index: React.FC = () => {
46
<NotificationsProvider initialNotifications={initialNotifications}>
47
<div className="sticky-content">
48
<HeaderContainer />
49
- <div className="maintenance-notice">
50
- <h4>
51
- Maintenance Notice: OpenNeuro will be undergoing scheduled
52
- maintenance from November 12th to November 26th and new
53
- uploads may be temporarily unavailable during this period.
54
- </h4>
55
- </div>
56
<AppRoutes />
57
</div>
58
</NotificationsProvider>
0 commit comments