Skip to content

Commit 905e938

Browse files
committed
Move the boost tile into the correct order
1 parent fe8b914 commit 905e938

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -227,66 +227,66 @@ export default [
227227
helpLink: 'https://scratch.mit.edu/ev3'
228228
},
229229
{
230-
name: 'LEGO Education WeDo 2.0',
231-
extensionId: 'wedo2',
230+
name: 'LEGO BOOST',
231+
extensionId: 'boost',
232232
collaborator: 'LEGO',
233-
iconURL: wedo2IconURL,
234-
insetIconURL: wedo2InsetIconURL,
233+
iconURL: boostIconURL,
234+
insetIconURL: boostInsetIconURL,
235235
description: (
236236
<FormattedMessage
237-
defaultMessage="Build with motors and sensors."
238-
description="Description for the 'LEGO WeDo 2.0' extension"
239-
id="gui.extension.wedo2.description"
237+
defaultMessage="Bring robotic creations to life."
238+
description="Description for the 'LEGO BOOST' extension"
239+
id="gui.extension.boost.description"
240240
/>
241241
),
242242
featured: true,
243-
disabled: false,
243+
disabled: true,
244244
bluetoothRequired: true,
245245
internetConnectionRequired: true,
246246
launchPeripheralConnectionFlow: true,
247247
useAutoScan: true,
248-
connectionIconURL: wedo2ConnectionIconURL,
249-
connectionSmallIconURL: wedo2ConnectionSmallIconURL,
250-
connectionTipIconURL: wedo2ConnectionTipIconURL,
248+
connectionIconURL: boostConnectionIconURL,
249+
connectionSmallIconURL: boostConnectionSmallIconURL,
250+
connectionTipIconURL: boostConnectionTipIconURL,
251251
connectingMessage: (
252252
<FormattedMessage
253253
defaultMessage="Connecting"
254-
description="Message to help people connect to their WeDo."
255-
id="gui.extension.wedo2.connectingMessage"
254+
description="Message to help people connect to their BOOST."
255+
id="gui.extension.boost.connectingMessage"
256256
/>
257257
),
258-
helpLink: 'https://scratch.mit.edu/wedo'
258+
helpLink: 'https://scratch.mit.edu/boost'
259259
},
260260
{
261-
name: 'LEGO BOOST',
262-
extensionId: 'boost',
261+
name: 'LEGO Education WeDo 2.0',
262+
extensionId: 'wedo2',
263263
collaborator: 'LEGO',
264-
iconURL: boostIconURL,
265-
insetIconURL: boostInsetIconURL,
264+
iconURL: wedo2IconURL,
265+
insetIconURL: wedo2InsetIconURL,
266266
description: (
267267
<FormattedMessage
268-
defaultMessage="Bring robotic creations to life."
269-
description="Description for the 'LEGO BOOST' extension"
270-
id="gui.extension.boost.description"
268+
defaultMessage="Build with motors and sensors."
269+
description="Description for the 'LEGO WeDo 2.0' extension"
270+
id="gui.extension.wedo2.description"
271271
/>
272272
),
273273
featured: true,
274-
disabled: true,
274+
disabled: false,
275275
bluetoothRequired: true,
276276
internetConnectionRequired: true,
277277
launchPeripheralConnectionFlow: true,
278278
useAutoScan: true,
279-
connectionIconURL: boostConnectionIconURL,
280-
connectionSmallIconURL: boostConnectionSmallIconURL,
281-
connectionTipIconURL: boostConnectionTipIconURL,
279+
connectionIconURL: wedo2ConnectionIconURL,
280+
connectionSmallIconURL: wedo2ConnectionSmallIconURL,
281+
connectionTipIconURL: wedo2ConnectionTipIconURL,
282282
connectingMessage: (
283283
<FormattedMessage
284284
defaultMessage="Connecting"
285-
description="Message to help people connect to their BOOST."
286-
id="gui.extension.boost.connectingMessage"
285+
description="Message to help people connect to their WeDo."
286+
id="gui.extension.wedo2.connectingMessage"
287287
/>
288288
),
289-
helpLink: 'https://scratch.mit.edu/boost'
289+
helpLink: 'https://scratch.mit.edu/wedo'
290290
},
291291
{
292292
name: 'GoDirect Force & Acceleration',

0 commit comments

Comments
 (0)