Skip to content

Commit 7657f48

Browse files
committed
added new sponsor
1 parent 35c54e9 commit 7657f48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/database/sponsors/index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ export interface Sponsor {
1111
}
1212

1313
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+
},
1420
{
1521
name: "Takashi Arai",
1622
image: "https://avatars.githubusercontent.com/u/42265874?v=4",
@@ -39,6 +45,7 @@ const sponsors: Sponsor[] = [
3945
description: "Software Developer",
4046
github: "https://github.com/varghese25",
4147
linkedin: "https://www.linkedin.com/in/varghese-baby-138429175/",
48+
isPastSponsor: true,
4249
},
4350

4451
{

0 commit comments

Comments
 (0)