From fde811ebbf380f1413889e313c13df233cfd88af Mon Sep 17 00:00:00 2001 From: Daniel Helm Date: Mon, 15 Jan 2024 17:30:04 -0600 Subject: [PATCH 1/2] fix merge issue with brand kit --- public/locales/en/translation.json | 2 +- public/locales/es/translation.json | 2 +- src/components/Footer/helper.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 7f6aeb42a..9f5c24610 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -169,7 +169,7 @@ "scrollDocsURL": "https://docs.scroll.io/", "blog": "Blog", "documentation": "Documentation", - "pressKit": "Press Kit" + "brandKit": "Brand Kit" }, "followUs": { "title": "Follow Us" diff --git a/public/locales/es/translation.json b/public/locales/es/translation.json index 33a54ed87..c18552235 100644 --- a/public/locales/es/translation.json +++ b/public/locales/es/translation.json @@ -169,7 +169,7 @@ "scrollDocsURL": "https://docs.scroll.io/es", "blog": "Blog", "documentation": "Documentación", - "pressKit": "Kit de Prensa" + "brandKit": "Kit de Marca" }, "followUs": { "title": "Síguenos" diff --git a/src/components/Footer/helper.tsx b/src/components/Footer/helper.tsx index c49d5239d..b2689f91e 100644 --- a/src/components/Footer/helper.tsx +++ b/src/components/Footer/helper.tsx @@ -54,7 +54,7 @@ export const resourceList = [ href: "https://docs.scroll.io/", }, { - name: "footer.resources.pressKit", + name: "footer.resources.brandKit", href: "https://scrollzkp.notion.site/Scroll-Rebrand-Assets-5bb83465f56f40989c4f772b39ed3a06", }, ] From 8dcc83ab462fd891dbe56f35a892b210d7829654 Mon Sep 17 00:00:00 2001 From: Daniel Helm Date: Mon, 15 Jan 2024 17:34:36 -0600 Subject: [PATCH 2/2] update join us link --- src/components/Footer/helper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/helper.tsx b/src/components/Footer/helper.tsx index b2689f91e..3a1b714a8 100644 --- a/src/components/Footer/helper.tsx +++ b/src/components/Footer/helper.tsx @@ -28,7 +28,7 @@ export const aboutList = [ }, { name: "footer.aboutScroll.joinUs", - href: "https://jobs.lever.co/ScrollFoundation", + href: "https://scroll.io/join-us", }, { name: "footer.aboutScroll.healthStatus",