We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bacdf9 commit 281940bCopy full SHA for 281940b
presentation/index.js
@@ -218,6 +218,17 @@ export default class Presentation extends React.Component {
218
<Heading size={3} textColor="secondary">Video</Heading>
219
<Image src={images.pusherLogo.replace("/", "")} margin="0px auto 40px" height="293px"/>
220
</Slide>
221
+
222
+ <Slide id={"announcements"}>
223
+ <Heading size={3} textColor="highlight">Announcements</Heading>
224
+ <Text textColor="secondary" textSize={38} margin="20px 0">
225
+ ServerlessDays tickets!
226
+ </Text>
227
+ <Text textColor="secondary" textSize={30} margin="20px 0">
228
+ (thank you @mattjbatchelor)
229
230
+ </Slide>
231
232
<SummarySlide />
233
234
0 commit comments