Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/database/sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -534,15 +534,13 @@ const sponsors: Sponsor[] = [
image: "https://avatars.githubusercontent.com/u/4665641?v=4",
description: "Team lead of Quasar Framework",
github: "https://github.com/rstoenescu",
linkedin: "#",
isWeSponsor: true,
},
{
name: "Sarah Drasner",
image: "https://avatars.githubusercontent.com/u/2281088?v=4",
description: "Director at Google",
github: "https://github.com/sdras",
linkedin: "#",
twitter: "https://x.com/sarah_edo",
isWeSponsor: true,
},
Expand All @@ -551,7 +549,6 @@ const sponsors: Sponsor[] = [
image: "https://avatars.githubusercontent.com/u/1503512?s=200&v=4",
description: "package manager for macOS",
github: "https://github.com/Homebrew",
linkedin: "#",
isWeSponsor: true,
},
{
Expand All @@ -560,6 +557,7 @@ const sponsors: Sponsor[] = [
description: "Opensouce Contributor",
github: "https://github.com/Adez017",
linkedin: "https://www.linkedin.com/in/aditya-singh-rathore0017/",
twitter: "https://x.com/Adez017",
isWeSponsor: true,
},
];
Expand Down
Loading