diff --git a/src/editor/components/components/AddLayerPanel/cardsData.js b/src/editor/components/components/AddLayerPanel/cardsData.js index b7936d5c6..ea2339992 100644 --- a/src/editor/components/components/AddLayerPanel/cardsData.js +++ b/src/editor/components/components/AddLayerPanel/cardsData.js @@ -1,8 +1,8 @@ const mixinsData = { - mixinId1: { - img: '', + bicycle_1: { + img: 'ui_assets/cards/models/bicycle_1.jpg', icon: '', - description: 'Description', + description: "Bicycle, it's a bike!", id: 1 }, mixinId2: { diff --git a/ui_assets/cards/models/bicycle_1.jpg b/ui_assets/cards/models/bicycle_1.jpg new file mode 100644 index 000000000..9150b180e Binary files /dev/null and b/ui_assets/cards/models/bicycle_1.jpg differ