Skip to content

Commit 1930417

Browse files
committed
fixup!
1 parent d1a4922 commit 1930417

1 file changed

Lines changed: 51 additions & 11 deletions

File tree

components/Footer/footer.json

Lines changed: 51 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,62 @@
11
{
22
"socialLinks": [
3-
{ "icon": "github", "link": "https://github.com/nodejs/node", "alt": "GitHub" },
4-
{ "icon": "discord", "link": "https://discord.gg/nodejs", "alt": "Discord" },
5-
{ "icon": "mastodon", "link": "https://social.lfx.dev/@nodejs", "alt": "Mastodon" },
6-
{ "icon": "bluesky", "link": "https://bsky.app/profile/nodejs.org", "alt": "Bluesky" },
7-
{ "icon": "twitter", "link": "https://twitter.com/nodejs", "alt": "Twitter" },
8-
{ "icon": "slack", "link": "https://slack-invite.openjsf.org/", "alt": "Slack" },
9-
{ "icon": "linkedin", "link": "https://www.linkedin.com/company/node-js", "alt": "LinkedIn" }
3+
{
4+
"icon": "github",
5+
"link": "https://github.com/nodejs/node",
6+
"alt": "GitHub"
7+
},
8+
{
9+
"icon": "discord",
10+
"link": "https://discord.gg/nodejs",
11+
"alt": "Discord"
12+
},
13+
{
14+
"icon": "mastodon",
15+
"link": "https://social.lfx.dev/@nodejs",
16+
"alt": "Mastodon"
17+
},
18+
{
19+
"icon": "bluesky",
20+
"link": "https://bsky.app/profile/nodejs.org",
21+
"alt": "Bluesky"
22+
},
23+
{
24+
"icon": "twitter",
25+
"link": "https://twitter.com/nodejs",
26+
"alt": "Twitter"
27+
},
28+
{
29+
"icon": "slack",
30+
"link": "https://slack-invite.openjsf.org/",
31+
"alt": "Slack"
32+
},
33+
{
34+
"icon": "linkedin",
35+
"link": "https://www.linkedin.com/company/node-js",
36+
"alt": "LinkedIn"
37+
}
1038
],
1139
"footerLinks": [
1240
{ "link": "https://openjsf.org/", "text": "OpenJS Foundation" },
1341
{ "link": "https://terms-of-use.openjsf.org/", "text": "Terms of Use" },
1442
{ "link": "https://privacy-policy.openjsf.org/", "text": "Privacy Policy" },
1543
{ "link": "https://bylaws.openjsf.org/", "text": "Bylaws" },
16-
{ "link": "https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md", "text": "Code of Conduct" },
17-
{ "link": "https://trademark-policy.openjsf.org/", "text": "Trademark Policy" },
44+
{
45+
"link": "https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md",
46+
"text": "Code of Conduct"
47+
},
48+
{
49+
"link": "https://trademark-policy.openjsf.org/",
50+
"text": "Trademark Policy"
51+
},
1852
{ "link": "https://trademark-list.openjsf.org/", "text": "Trademark List" },
19-
{ "link": "https://www.linuxfoundation.org/cookies/", "text": "Cookie Policy" },
20-
{ "link": "https://github.com/nodejs/node/security/policy", "text": "Security Policy" }
53+
{
54+
"link": "https://www.linuxfoundation.org/cookies/",
55+
"text": "Cookie Policy"
56+
},
57+
{
58+
"link": "https://github.com/nodejs/node/security/policy",
59+
"text": "Security Policy"
60+
}
2161
]
2262
}

0 commit comments

Comments
 (0)