Skip to content

Commit bb8a61d

Browse files
authored
Merge pull request #808 from Adez017/Experiment
Updated details on sponsors tab
2 parents 76f8880 + 1190c9b commit bb8a61d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/database/sponsors/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,14 @@ const sponsors: Sponsor[] = [
551551
linkedin: "#",
552552
isWeSponsor: true,
553553
},
554+
{
555+
name: "Aditya",
556+
image: "https://avatars.githubusercontent.com/u/142787780?v=4",
557+
description: "Opensouce Contributor",
558+
github: "https://github.com/Adez017",
559+
linkedin: "https://www.linkedin.com/in/aditya-singh-rathore0017/",
560+
isWeSponsor: true,
561+
},
554562
];
555563

556564
export default sponsors;

0 commit comments

Comments
 (0)