From 79e18c8867d816354696777f5dc693eae108824e Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Thu, 15 Sep 2022 08:50:14 -0500 Subject: [PATCH 1/6] feat(footer): add accessibility link --- src/gatsby-theme-carbon/components/Footer/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gatsby-theme-carbon/components/Footer/index.js b/src/gatsby-theme-carbon/components/Footer/index.js index abb4d03a1d2..40bab246785 100644 --- a/src/gatsby-theme-carbon/components/Footer/index.js +++ b/src/gatsby-theme-carbon/components/Footer/index.js @@ -40,6 +40,7 @@ const links = { }, { href: 'https://www.ibm.com/privacy', linkText: 'Privacy' }, { href: 'https://www.ibm.com/legal', linkText: 'Terms of use' }, + { href: 'https://www.ibm.com/able', linkText: 'Accessibility' }, { href: 'https://www.ibm.com/', linkText: 'IBM.com' }, ], secondCol: [ From 0505a316e61d7f75cdfe58752a59ee0d3bc13339 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Thu, 15 Sep 2022 09:58:14 -0500 Subject: [PATCH 2/6] fix(cookies): remove defer from script --- gatsby-ssr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-ssr.js b/gatsby-ssr.js index 56487e5547d..8ba1589fcfd 100644 --- a/gatsby-ssr.js +++ b/gatsby-ssr.js @@ -70,7 +70,7 @@ export const onRenderBody = ({ setHeadComponents }) => { />,