In the previous exercise we programmatically created speaker/talk pages where each speaker/talk had a slug generated and added to GraphQL. Now that we have that data let's update the talkCards
to Link
to the appropriate place.
- Update the
talkCard
component to link to the slug for a given talk.
site/src/components/talkCard.js
site/src/pages/index.js