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.
1 parent 35c54e9 commit 7657f48Copy full SHA for 7657f48
src/database/sponsors/index.tsx
@@ -11,6 +11,12 @@ export interface Sponsor {
11
}
12
13
const sponsors: Sponsor[] = [
14
+ {
15
+ name: "DevXavier",
16
+ image: "https://avatars.githubusercontent.com/u/192259212?v=4",
17
+ description: "Student ",
18
+ github: "https://github.com/DevXavierNieto",
19
+ },
20
{
21
name: "Takashi Arai",
22
image: "https://avatars.githubusercontent.com/u/42265874?v=4",
@@ -39,6 +45,7 @@ const sponsors: Sponsor[] = [
39
45
description: "Software Developer",
40
46
github: "https://github.com/varghese25",
41
47
linkedin: "https://www.linkedin.com/in/varghese-baby-138429175/",
48
+ isPastSponsor: true,
42
49
},
43
50
44
51
0 commit comments