Skip to content

Commit 7164fbe

Browse files
authored
Fixed typo in name (#2278)
Fixed typo
1 parent 96cb0ba commit 7164fbe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/info-card/ambassador-data.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ export const ambassadors202512: Ambassador[] = [
527527
{
528528
label: "Derek Kuz",
529529
imageUrl: "https://github.com/dariuszkuc.png",
530-
alt: "Derek Kuz",
530+
alt: "Derek Kuc",
531531
organization: "Apollo",
532532
tags: [
533533
{
@@ -545,6 +545,11 @@ export const ambassadors202512: Ambassador[] = [
545545
url: "https://www.linkedin.com/in/dkuc/",
546546
icon: <LinkedInIcon className="size-5" />,
547547
},
548+
{
549+
label: "Twitter",
550+
url: "https://x.com/derek_kuc",
551+
icon: <TwitterIcon className="size-5" />,
552+
},
548553
],
549554
},
550555
{

0 commit comments

Comments
 (0)