Skip to content

Commit 0a23f90

Browse files
authored
Merge pull request #1350 from Adez017/CI/Fix
Update sponsors tab [ people we sponsored ]
2 parents 9d6f7b7 + 2860181 commit 0a23f90

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

src/database/sponsors/index.tsx

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,14 +796,31 @@ const sponsors: Sponsor[] = [
796796
isWeSponsor: true,
797797
},
798798
{
799-
name: "Aditya",
799+
name: "Aditya Singh Rathore",
800800
image: "https://avatars.githubusercontent.com/u/142787780?v=4",
801-
description: "Opensouce Contributor",
801+
description: "Data Engineer",
802802
github: "https://github.com/Adez017",
803803
linkedin: "https://www.linkedin.com/in/aditya-singh-rathore0017/",
804804
twitter: "https://x.com/Adez017",
805805
isWeSponsor: true,
806806
},
807+
{
808+
name: "Mehfooj A",
809+
image: "https://avatars.githubusercontent.com/u/162735469?v=4",
810+
description: "Opensouce Contributor",
811+
github: "https://github.com/tsvlgd",
812+
linkedin: "https://www.linkedin.com/in/mehfooj-a-b6aa0b243/",
813+
isWeSponsor: true,
814+
},
815+
{
816+
name: "Abhash Chakraborty",
817+
image: "https://avatars.githubusercontent.com/u/80592559?v=4",
818+
description: "Opensouce Contributor",
819+
github: "https://github.com/Abhash-Chakraborty",
820+
linkedin: "https://www.linkedin.com/in/abhash-chakraborty-b78862247/",
821+
isWeSponsor: true,
822+
},
823+
807824
];
808825

809826
export default sponsors;

0 commit comments

Comments
 (0)