Skip to content

Commit a6d21d4

Browse files
authored
Add sponsors information to funding.json
Setup Demo template for Json.
1 parent fea332f commit a6d21d4

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

funding.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
{
2-
"currentAmount": 0
2+
"currentAmount": 0,
3+
"sponsors": [
4+
{
5+
"name": "VR Bro",
6+
"amount": 0,
7+
"type": "monthly",
8+
"avatar": "https://api.dicebear.com/7.x/pixel-art/svg?seed=alex",
9+
"url": "https://github.com/VR-Rathod"
10+
},
11+
{
12+
"name": "VR Bro",
13+
"amount": 0,
14+
"type": "one-time",
15+
"avatar": "https://api.dicebear.com/7.x/pixel-art/svg?seed=elena",
16+
"url": "https://github.com/VR-Rathod"
17+
}
318
}

0 commit comments

Comments
 (0)