Skip to content

Commit b4006c5

Browse files
authored
fix the position of the footer links (#8003)
* fix: move copyright symbol to the correct element Signed-off-by: Sebastian Beltran <[email protected]> * move to i18n * Fix the position of the footer links. * fixup! --------- Signed-off-by: Sebastian Beltran <[email protected]>
1 parent 2a2aa16 commit b4006c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/site/navigation.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
}
3333
},
3434
"footerLinks": [
35-
{
36-
"link": "https://openjsf.org/",
37-
"text": "components.containers.footer.links.openJSFoundation"
38-
},
3935
{
4036
"link": "https://trademark-policy.openjsf.org/",
4137
"text": "components.containers.footer.links.trademarkPolicy"
@@ -55,6 +51,10 @@
5551
{
5652
"link": "https://github.com/nodejs/node/security/policy",
5753
"text": "components.containers.footer.links.security"
54+
},
55+
{
56+
"link": "https://openjsf.org/",
57+
"text": "components.containers.footer.links.openJSFoundation"
5858
}
5959
],
6060
"socialLinks": [

0 commit comments

Comments
 (0)