File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ const { PropTypes } = React;
35
35
const images = {
36
36
logo : require ( "../assets/lnug-logo.svg" ) ,
37
37
nearFormLogo : require ( "../assets/nearform.jpg" ) ,
38
+ nearFormHiring : require ( "../assets/nearform_hiring.jpg" ) ,
38
39
pusherLogo : require ( "../assets/pusher_logo_white.png" ) ,
39
40
pizza : require ( "../assets/pizza-1.gif" ) ,
40
41
cheers : require ( "../assets/cheers.gif" ) ,
@@ -212,6 +213,8 @@ export default class Presentation extends React.Component {
212
213
< Slide id = { "food-and-drink" } >
213
214
< Heading size = { 3 } textColor = "secondary" > Food and drink</ Heading >
214
215
< Image src = { images . nearFormLogo . replace ( "/" , "" ) } margin = "0px auto 40px" height = "293px" />
216
+ { ' ' }
217
+ < Image src = { images . nearFormHiring . replace ( "/" , "" ) } margin = "0px auto 40px" height = "293px" />
215
218
</ Slide >
216
219
217
220
< Slide id = { "video-production" } >
You can’t perform that action at this time.
0 commit comments