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
talkCardcomponent to link to the slug for a given talk.
site/src/components/talkCard.jssite/src/pages/index.js