File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -400,5 +400,4 @@ const enImages = {
400
400
talesDanceMoves : talesDanceMoves
401
401
} ;
402
402
403
-
404
403
export { enImages } ;
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ import libraryImagine from './thumbnails/imagine.jpg';
49
49
import libraryCodeCartoon from './thumbnails/code-a-cartoon.jpg' ;
50
50
51
51
// Talking Tales
52
- import libraryTalking from './thumbnails/talking.png'
52
+ import libraryTalking from './thumbnails/talking.png' ;
53
53
54
54
// Videos
55
55
import recordASound from './thumbnails/record-a-sound.jpg' ;
@@ -1570,16 +1570,16 @@ export default {
1570
1570
} ,
1571
1571
1572
1572
'talking' : {
1573
- name : (
1574
- < FormattedMessage
1575
- defaultMessage = "Talking Tales"
1576
- description = "Name for the 'Talking Tales' how-to"
1577
- id = "gui.howtos.talking"
1578
- />
1579
- ) ,
1580
- tags : [ 'talking' ] ,
1581
- img : libraryTalking ,
1582
- steps : [ {
1573
+ name : (
1574
+ < FormattedMessage
1575
+ defaultMessage = "Talking Tales"
1576
+ description = "Name for the 'Talking Tales' how-to"
1577
+ id = "gui.howtos.talking"
1578
+ />
1579
+ ) ,
1580
+ tags : [ 'talking' ] ,
1581
+ img : libraryTalking ,
1582
+ steps : [ {
1583
1583
video : 'talking'
1584
1584
} , {
1585
1585
title : (
You can’t perform that action at this time.
0 commit comments