Skip to content

Commit

Permalink
feat(ew): add madison to speaker list
Browse files Browse the repository at this point in the history
  • Loading branch information
zacjones93 committed Dec 13, 2024
1 parent fa44649 commit 126edf5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/epic-web/src/pages/conf/2025/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,13 @@ const speakerData = [
profilePicture:
'https://res.cloudinary.com/dg3gyk0gu/image/upload/w_1000,ar_1:1,c_fill,g_auto/v1734117159/epic-web/conf-2025/kent.jpg',
},
{
id: '6',
fullName: 'Madison Kanna',
x: 'https://x.com/Madisonkanna',
profilePicture:
'https://res.cloudinary.com/dg3gyk0gu/image/upload/w_1000,ar_1:1,c_fill,g_auto/v1734123802/epic-web/conf-2025/madison.jpg',
},
]

type hardCodedSpeaker = {
Expand Down

0 comments on commit 126edf5

Please sign in to comment.