Skip to content

Commit 2df4d02

Browse files
committed
Make Tanmai's photo as green as the others
1 parent 34aaac7 commit 2df4d02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/conf/2025/components/top-minds/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { StaticImageData } from "next/image"
66
import elizabethStone from "./speakers/elizabeth-stone.webp"
77
import kamilKisiela from "./speakers/kamil-kisiela.webp"
88
import rajeevRajan from "./speakers/rajeev-rajan.webp"
9-
import tenmaiGopal from "./speakers/tenmai-gopal.webp"
9+
import tanmaiGopal from "./speakers/tanmai-gopal.webp"
1010
import uriGoldshtein from "./speakers/uri-goldshtein.webp"
1111
import TwitterIcon from "@/icons/twitter.svg"
1212
import { Button } from "@/app/conf/_design-system/button"
@@ -64,9 +64,9 @@ export default function TopMindsSection({
6464
className="[@media(744px<=width<=970px)]:border-l"
6565
/>
6666
<SpeakerCard
67-
name="Tenmai Gopal"
67+
name="Tanmai Gopal"
6868
title="Hasura — CEO & Co-Founder"
69-
src={tenmaiGopal}
69+
src={tanmaiGopal}
7070
twitter="tanmaigo"
7171
linkedin="tanmaig"
7272
className="[@media(width<744px)]:border-l"
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)