Skip to content
Snippets Groups Projects
Unverified Commit 9678c21a authored by Eric Rosenbaum's avatar Eric Rosenbaum Committed by GitHub
Browse files

Merge pull request #967 from ericrosenbaum/feature/wedo-extension-hidden

Temporarily hide WeDo extension
parents 4ef068b8 ea0cfa3d
No related branches found
No related tags found
No related merge requests found
import musicImage from './music.png';
import penImage from './pen.png';
import wedoImage from './wedo.png';
export default [
{
......@@ -16,12 +15,5 @@ export default [
iconURL: penImage,
description: 'Draw with your sprites.',
featured: true
},
{
name: 'Lego WeDo 2.0',
extensionURL: 'wedo2',
iconURL: wedoImage,
description: 'Build with motors and sensors.',
featured: true
}
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment