Skip to content

Commit 4af1d55

Browse files
committed
Update footer links order
1 parent ba89ee0 commit 4af1d55

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

apps/site/navigation.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,36 +41,36 @@
4141
"text": "components.containers.footer.links.aiCodingAssistantsPolicy"
4242
},
4343
{
44-
"link": "https://terms-of-use.openjsf.org/",
45-
"text": "components.containers.footer.links.termsOfUse"
44+
"link": "https://bylaws.openjsf.org/",
45+
"text": "components.containers.footer.links.bylaws"
4646
},
4747
{
48-
"link": "https://privacy-policy.openjsf.org/",
49-
"text": "components.containers.footer.links.privacyPolicy"
48+
"link": "https://code-of-conduct.openjsf.org/",
49+
"text": "components.containers.footer.links.codeOfConduct"
5050
},
5151
{
52-
"link": "https://bylaws.openjsf.org/",
53-
"text": "components.containers.footer.links.bylaws"
52+
"link": "https://www.linuxfoundation.org/cookies/",
53+
"text": "components.containers.footer.links.cookiePolicy"
5454
},
5555
{
56-
"link": "https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md",
57-
"text": "components.containers.footer.links.codeOfConduct"
56+
"link": "https://privacy-policy.openjsf.org/",
57+
"text": "components.containers.footer.links.privacyPolicy"
5858
},
5959
{
60-
"link": "https://trademark-policy.openjsf.org/",
61-
"text": "components.containers.footer.links.trademarkPolicy"
60+
"link": "https://github.com/nodejs/node/security/policy",
61+
"text": "components.containers.footer.links.security"
6262
},
6363
{
64-
"link": "https://trademark-list.openjsf.org/",
65-
"text": "components.containers.footer.links.trademarkList"
64+
"link": "https://terms-of-use.openjsf.org/",
65+
"text": "components.containers.footer.links.termsOfUse"
6666
},
6767
{
68-
"link": "https://www.linuxfoundation.org/cookies/",
69-
"text": "components.containers.footer.links.cookiePolicy"
68+
"link": "https://trademark-list.openjsf.org/",
69+
"text": "components.containers.footer.links.trademarkList"
7070
},
7171
{
72-
"link": "https://github.com/nodejs/node/security/policy",
73-
"text": "components.containers.footer.links.security"
72+
"link": "https://trademark-policy.openjsf.org/",
73+
"text": "components.containers.footer.links.trademarkPolicy"
7474
}
7575
],
7676
"socialLinks": [

0 commit comments

Comments
 (0)