File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,18 +154,18 @@ export default class Presentation extends React.Component {
154
154
< Heading size = { 5 } textColor = "secondary" > Have something to share?</ Heading >
155
155
</ Slide >
156
156
157
+ < SpeakerSlide speaker = { speakers [ 1 ] } />
158
+
157
159
< Slide >
158
160
< Heading size = { 3 } textColor = "secondary" > Get Involved</ Heading >
159
161
< Heading size = "5" textColor = "secondary" > Feedback< br /> < Code type = "bold" textColor = "secondary" > github.com/lnug/feedback</ Code > </ Heading >
160
162
< Heading size = "5" textColor = "secondary" > Gitter< br /> < Code type = "bold" textColor = "secondary" > gitter.com/lnug/discuss</ Code > </ Heading >
161
-
162
163
</ Slide >
163
164
164
165
< Slide >
165
166
< Image src = { images . logo } margin = "0px auto 0px" height = "200px" />
166
167
< Heading size = { 3 } textColor = "secondary" > submit a talk proposal!</ Heading >
167
168
< Code type = "bold" textColor = "secondary" > github.com/lnug/speakers</ Code >
168
-
169
169
</ Slide >
170
170
171
171
< Slide >
@@ -192,7 +192,7 @@ export default class Presentation extends React.Component {
192
192
< Image src = { images . cheers . replace ( "/" , "" ) } margin = "40px auto 0px" height = "200px" />
193
193
</ Slide >
194
194
195
- < SpeakerSlide speaker = { speakers [ 1 ] } />
195
+ < SpeakerSlide speaker = { speakers [ 2 ] } />
196
196
197
197
< Slide >
198
198
< Heading size = { 3 } textColor = "secondary" > Thank You</ Heading >
You can’t perform that action at this time.
0 commit comments