File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ const images = {
38
38
tiroLogo : require ( "../assets/tiro_logo.jpg" ) ,
39
39
pusherLogo : require ( "../assets/pusher_logo_white.png" ) ,
40
40
pizza : require ( "../assets/pizza-1.gif" ) ,
41
- cheers : require ( "../assets/cheers.gif" )
41
+ cheers : require ( "../assets/cheers.gif" ) ,
42
+ simon : require ( "../assets/simon.png" ) ,
42
43
} ;
43
44
44
45
preloader ( images ) ;
@@ -215,6 +216,15 @@ export default class Presentation extends React.Component {
215
216
216
217
< SpeakerSlide speaker = { speakers [ 0 ] } />
217
218
219
+ < Slide >
220
+ < Image src = { images . logo } margin = "0px auto 0px" height = "200px" />
221
+ < Heading size = { 3 } textColor = "highlight" margin = { 50 } > Simon's hot tips</ Heading >
222
+ </ Slide >
223
+
224
+ < Slide >
225
+ < Image src = { images . simon } margin = "0px auto 0px" height = "400px" />
226
+ </ Slide >
227
+
218
228
< Slide >
219
229
< Image src = { images . logo } margin = "0px auto 0px" height = "200px" />
220
230
< Heading size = { 3 } textColor = "highlight" margin = { 50 } > Community Announcements</ Heading >
You can’t perform that action at this time.
0 commit comments