Skip to content

Commit f7d5886

Browse files
committed
add last speaker
1 parent ea007fc commit f7d5886

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

presentation/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,18 +154,18 @@ export default class Presentation extends React.Component {
154154
<Heading size={5} textColor="secondary">Have something to share?</Heading>
155155
</Slide>
156156

157+
<SpeakerSlide speaker={speakers[1]} />
158+
157159
<Slide>
158160
<Heading size={3} textColor="secondary">Get Involved</Heading>
159161
<Heading size="5" textColor="secondary">Feedback<br/><Code type="bold" textColor="secondary">github.com/lnug/feedback</Code></Heading>
160162
<Heading size="5" textColor="secondary">Gitter<br/><Code type="bold" textColor="secondary">gitter.com/lnug/discuss</Code></Heading>
161-
162163
</Slide>
163164

164165
<Slide>
165166
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
166167
<Heading size={3} textColor="secondary">submit a talk proposal!</Heading>
167168
<Code type="bold" textColor="secondary">github.com/lnug/speakers</Code>
168-
169169
</Slide>
170170

171171
<Slide>
@@ -192,7 +192,7 @@ export default class Presentation extends React.Component {
192192
<Image src={images.cheers.replace("/", "")} margin="40px auto 0px" height="200px"/>
193193
</Slide>
194194

195-
<SpeakerSlide speaker={speakers[1]} />
195+
<SpeakerSlide speaker={speakers[2]} />
196196

197197
<Slide>
198198
<Heading size={3} textColor="secondary">Thank You</Heading>

0 commit comments

Comments
 (0)