@openneuro/app 4.40.9 → 4.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openneuro/app",
3
- "version": "4.40.9",
3
+ "version": "4.41.0",
4
4
  "description": "React JS web frontend for the OpenNeuro platform.",
5
5
  "license": "MIT",
6
6
  "main": "public/client.js",
@@ -78,5 +78,5 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "gitHead": "d79fc55e88352f0fc34d949cc71edbae0f5e996e"
81
+ "gitHead": "5b3c9b202998ada4f890ffb09575dbd874ff2866"
82
82
  }
@@ -46,13 +46,6 @@ const Index: React.FC = () => {
46
46
  <NotificationsProvider initialNotifications={initialNotifications}>
47
47
  <div className="sticky-content">
48
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
49
  <AppRoutes />
57
50
  </div>
58
51
  </NotificationsProvider>