@openneuro/app 4.40.8 → 4.40.10
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 +2 -2
- package/src/scripts/index.tsx +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openneuro/app",
|
|
3
|
-
"version": "4.40.
|
|
3
|
+
"version": "4.40.10",
|
|
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": "
|
|
81
|
+
"gitHead": "77f1d6a8ded3b31abe19b0be506c4d67cc2e5ca7"
|
|
82
82
|
}
|
package/src/scripts/index.tsx
CHANGED
|
@@ -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>
|