File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
src/components/Conf/Speakers Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ const speakers: Speaker[] = [
23
23
image :
24
24
"https://pbs.twimg.com/profile_images/922586508871139330/60rIRufM_400x400.jpg" ,
25
25
} ,
26
- {
27
- name : "Matteo Collina" ,
28
- title : "Creator of Fastify, Platformatic CTO, Node TSC" ,
29
- twitter : "https://twitter.com/matteocollina" ,
30
- image :
31
- "https://pbs.twimg.com/profile_images/1541698320443314179/4Cp5IrGB_400x400.jpg" ,
32
- } ,
33
26
{
34
27
name : "Marc-André Giroux" ,
35
28
title : "Author of Production Ready GraphQL, GraphQL TSC" ,
@@ -84,7 +77,7 @@ const SpeakersConf = () => {
84
77
) ) }
85
78
</ div >
86
79
< div className = "flex justify-center items-center flex-wrap py-6" >
87
- < ButtonConf href = "/conf/schedule /" > See all speakers</ ButtonConf >
80
+ < ButtonConf href = "/conf/speakers /" > See all speakers</ ButtonConf >
88
81
</ div >
89
82
< div className = "flex flex-col text-center mx-auto max-w-prose text-white px-4" >
90
83
< p >
You can’t perform that action at this time.
0 commit comments