Skip to content

Commit 67f945f

Browse files
committed
Update footer links order
1 parent ba89ee0 commit 67f945f

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
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": [

apps/site/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
33
/// <reference types="next/navigation-types/compat/navigation" />
4-
import './.next/types/routes.d.ts';
4+
import './.next/dev/types/routes.d.ts';
55

66
// NOTE: This file should not be edited
77
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)