We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76f8880 + 1190c9b commit bb8a61dCopy full SHA for bb8a61d
1 file changed
src/database/sponsors/index.tsx
@@ -551,6 +551,14 @@ const sponsors: Sponsor[] = [
551
linkedin: "#",
552
isWeSponsor: true,
553
},
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
+ },
562
];
563
564
export default sponsors;
0 commit comments