soiz1 commited on
Commit
c009585
·
verified ·
1 Parent(s): 30a2660

Update src/lib/libraries/extensions/index.jsx

Browse files
src/lib/libraries/extensions/index.jsx CHANGED
@@ -181,8 +181,8 @@ const menuItems = [
181
  name: 'ImageClassifier2Scratch',
182
  extensionId: 'ic2scratch',
183
  collaborator: 'champierre',
184
- iconURL: ic2scratchIconURL,
185
- insetIconURL: ic2scratchInsetIconURL,
186
  description: (
187
  <FormattedMessage
188
  defaultMessage='Image Classifier Blocks.'
@@ -199,8 +199,8 @@ const menuItems = [
199
  name: 'NewHandpose2Scratch',
200
  extensionId: 'newhandpose2scratch',
201
  collaborator: 'champierre',
202
- iconURL: 'https://github.com/champierre/ic2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ic2scratch/ic2scratch.png',
203
- insetIconURL: 'https://github.com/champierre/ic2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ic2scratch/ic2scratch.png',
204
  description: (
205
  <FormattedMessage
206
  defaultMessage='HandPose2Scratch Blocks.'
 
181
  name: 'ImageClassifier2Scratch',
182
  extensionId: 'ic2scratch',
183
  collaborator: 'champierre',
184
+ iconURL: 'https://github.com/champierre/ic2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ic2scratch/ic2scratch.png',
185
+ insetIconURL: 'https://github.com/champierre/ic2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ic2scratch/ic2scratch-small.png',
186
  description: (
187
  <FormattedMessage
188
  defaultMessage='Image Classifier Blocks.'
 
199
  name: 'NewHandpose2Scratch',
200
  extensionId: 'newhandpose2scratch',
201
  collaborator: 'champierre',
202
+ iconURL: 'https://github.com/champierre/handpose2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/handpose2scratch/handpose2scratch.png',
203
+ insetIconURL: 'https://github.com/champierre/handpose2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/handpose2scratch/handpose2scratch-small.png',
204
  description: (
205
  <FormattedMessage
206
  defaultMessage='HandPose2Scratch Blocks.'