Skip to content

Commit e7b4f82

Browse files
authored
fix: remove matteo collina from speakers front page (graphql#1506)
* Update index.tsx * update show all speakers button
1 parent ba80714 commit e7b4f82

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/components/Conf/Speakers/index.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ const speakers: Speaker[] = [
2323
image:
2424
"https://pbs.twimg.com/profile_images/922586508871139330/60rIRufM_400x400.jpg",
2525
},
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-
},
3326
{
3427
name: "Marc-André Giroux",
3528
title: "Author of Production Ready GraphQL, GraphQL TSC",
@@ -84,7 +77,7 @@ const SpeakersConf = () => {
8477
))}
8578
</div>
8679
<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>
8881
</div>
8982
<div className="flex flex-col text-center mx-auto max-w-prose text-white px-4">
9083
<p>

0 commit comments

Comments
 (0)