Skip to content

Commit 1ab336c

Browse files
committed
update meetup number
1 parent f7d5886 commit 1ab336c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default class Presentation extends React.Component {
9797
<Deck transition={["zoom", "slide"]} transitionDuration={500} theme={theme} progress={"none"}>
9898
<Slide align={"center center"}>
9999
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
100-
<Heading size={6} textColor="secondary">#64 - June 2017</Heading>
100+
<Heading size={6} textColor="secondary">#65 - June 2017</Heading>
101101
{speakers.map((speaker) =>
102102
<Text key={speaker.title} textColor="secondary" textSize={30}>
103103
{speaker.name} <S type="italics"> - {speaker.title}</S>

0 commit comments

Comments
 (0)