Skip to content

Commit 7106752

Browse files
committed
fix link
1 parent 7068bdf commit 7106752

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/Speakers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const Speakers = ({ noSpeak, speakers, cfp }) => {
3434
width="240"
3535
height="240"
3636
src={`https://avatars.io/twitter/${human.twitterLink}`}
37-
alt={`${human.name} photo`}
37+
alt="Speaker"
3838
/>
3939
</SpeakerPhoto>
4040
<Unstyled>{human.name}</Unstyled>

src/templates/city.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const query = graphql`
6868
name
6969
twitterLink
7070
talk
71+
link
7172
}
7273
}
7374
}

0 commit comments

Comments
 (0)