From b4006c5db02714de55fc02ee9978c76610422085 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Tue, 22 Jul 2025 13:25:57 -0500 Subject: [PATCH 1/2] fix the position of the footer links (#8003) * fix: move copyright symbol to the correct element Signed-off-by: Sebastian Beltran * move to i18n * Fix the position of the footer links. * fixup! --------- Signed-off-by: Sebastian Beltran --- apps/site/navigation.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/site/navigation.json b/apps/site/navigation.json index c4ea25b978b7c..cfc6114362475 100644 --- a/apps/site/navigation.json +++ b/apps/site/navigation.json @@ -32,10 +32,6 @@ } }, "footerLinks": [ - { - "link": "https://openjsf.org/", - "text": "components.containers.footer.links.openJSFoundation" - }, { "link": "https://trademark-policy.openjsf.org/", "text": "components.containers.footer.links.trademarkPolicy" @@ -55,6 +51,10 @@ { "link": "https://github.com/nodejs/node/security/policy", "text": "components.containers.footer.links.security" + }, + { + "link": "https://openjsf.org/", + "text": "components.containers.footer.links.openJSFoundation" } ], "socialLinks": [ From 500de4c69566306d401e2ac1ecd4667da5be082f Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Tue, 22 Jul 2025 20:30:42 +0100 Subject: [PATCH 2/2] ci: disable is-crawlable audit in Lighthouse (#8011) * ci: disable is-crawlable audit in Lighthouse Signed-off-by: Matt Cowley * Move is-crawlable to skipAudits Signed-off-by: Matt Cowley --------- Signed-off-by: Matt Cowley --- .lighthouserc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.lighthouserc.json b/.lighthouserc.json index eb1c22031ae30..be61cf8385d95 100644 --- a/.lighthouserc.json +++ b/.lighthouserc.json @@ -3,7 +3,8 @@ "collect": { "numberOfRuns": 1, "settings": { - "preset": "desktop" + "preset": "desktop", + "skipAudits": ["is-crawlable"] } }, "assert": {