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 f7d5886 commit 1ab336cCopy full SHA for 1ab336c
presentation/index.js
@@ -97,7 +97,7 @@ export default class Presentation extends React.Component {
97
<Deck transition={["zoom", "slide"]} transitionDuration={500} theme={theme} progress={"none"}>
98
<Slide align={"center center"}>
99
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
100
- <Heading size={6} textColor="secondary">#64 - June 2017</Heading>
+ <Heading size={6} textColor="secondary">#65 - June 2017</Heading>
101
{speakers.map((speaker) =>
102
<Text key={speaker.title} textColor="secondary" textSize={30}>
103
{speaker.name} <S type="italics"> - {speaker.title}</S>
0 commit comments