Skip to content

Commit 9721dd9

Browse files
committed
Removed the linked in refernce for null values
1 parent cb337a0 commit 9721dd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/database/sponsors/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,15 +534,13 @@ const sponsors: Sponsor[] = [
534534
image: "https://avatars.githubusercontent.com/u/4665641?v=4",
535535
description: "Team lead of Quasar Framework",
536536
github: "https://github.com/rstoenescu",
537-
linkedin: "#",
538537
isWeSponsor: true,
539538
},
540539
{
541540
name: "Sarah Drasner",
542541
image: "https://avatars.githubusercontent.com/u/2281088?v=4",
543542
description: "Director at Google",
544543
github: "https://github.com/sdras",
545-
linkedin: "#",
546544
twitter: "https://x.com/sarah_edo",
547545
isWeSponsor: true,
548546
},
@@ -551,7 +549,6 @@ const sponsors: Sponsor[] = [
551549
image: "https://avatars.githubusercontent.com/u/1503512?s=200&v=4",
552550
description: "package manager for macOS",
553551
github: "https://github.com/Homebrew",
554-
linkedin: "#",
555552
isWeSponsor: true,
556553
},
557554
{
@@ -560,6 +557,7 @@ const sponsors: Sponsor[] = [
560557
description: "Opensouce Contributor",
561558
github: "https://github.com/Adez017",
562559
linkedin: "https://www.linkedin.com/in/aditya-singh-rathore0017/",
560+
twitter: "https://x.com/Adez017",
563561
isWeSponsor: true,
564562
},
565563
];

0 commit comments

Comments
 (0)