Skip to content

Commit 5db130f

Browse files
committed
Remove old warnings
1 parent 3881b44 commit 5db130f

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

features/display-name/data.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,5 @@
1212
"styles": [
1313
{ "file": "profile.css", "runOn": "/users/*" }
1414
],
15-
"similar": ["isonline", "emoji-status"],
16-
"components": [
17-
{
18-
"type": "warning",
19-
"content": "Due to issues with Scratch's cloud data system, the ability to change your display name is temporarily unavailable."
20-
}
21-
]
15+
"similar": ["isonline", "emoji-status"]
2216
}

features/emoji-status/data.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,5 @@
88
"tags": ["New", "Featured"],
99
"styles": [{ "file": "style.css", "runOn": "/users/*" }],
1010
"scripts": [{ "file": "script.js", "runOn": "/users/*" }],
11-
"similar": ["isonline", "display-name"],
12-
"components": [
13-
{
14-
"type": "warning",
15-
"content": "Due to issues with Scratch's cloud data system, the ability to change your emoji status is temporarily unavailable."
16-
}
17-
]
11+
"similar": ["isonline", "display-name"]
1812
}

0 commit comments

Comments
 (0)