-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter-links.json
45 lines (44 loc) · 959 Bytes
/
footer-links.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
{
"title": "RACE",
"links": [
{
"text": "Home",
"url": "https://race.foundation/"
},
{
"text": "Ecosystem",
"url": "https://raceecosystem.com/"
},
{
"text": "QuickNode Integration",
"url": "https://quicknode.notion.site/QuickNode-Benefits-for-RACE-Developers-2e4e73f7b7474e24abe8880ce9cdd433"
}
]
},
{
"title": "Community",
"links": [
{
"text": "Linkedin",
"url": "https://www.linkedin.com/company/raceecosystem"
},
{
"text": "Twitter",
"url": "https://twitter.com/RACEecosystem"
},
{
"text": "Facebook",
"url": "https://www.facebook.com/RACEecosystem/"
},
{
"text": "Telegram",
"url": "https://t.me/RACEecosystem"
},
{
"text": "Instagram",
"url": "https://www.instagram.com/raceecosystem/"
}
]
}
]