You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
'MrSunshyne': {
'bio': 'bio goes here',
'job_title': 'works in sugar cane fields'
},
'cedpoilly': {
'bio': 'bio goes here',
'job_title': 'Full time streamer, part time nuxt developer'
}
....
}
2. Update fetchSpeakers
The github username of the speaker is used as key. When fetching speaker data, the function should check this file and insert the data before returning it to be used.
3. Update UI
Update the UI of a single speaker page to display these details.
The text was updated successfully, but these errors were encountered:
Steps
1. Add 'speakers.json' file in the repository.
The suggested shape should be as follows:
2. Update fetchSpeakers
The github username of the speaker is used as key. When fetching speaker data, the function should check this file and insert the data before returning it to be used.
3. Update UI
Update the UI of a single speaker page to display these details.
The text was updated successfully, but these errors were encountered: