Skip to content

Commit a36b43a

Browse files
authored
Merge pull request #157 from scroll-tech/fix/presskit-to-brandkit
fix merge issue with brand kit
2 parents 99b961b + 8dcc83a commit a36b43a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

public/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"scrollDocsURL": "https://docs.scroll.io/",
170170
"blog": "Blog",
171171
"documentation": "Documentation",
172-
"pressKit": "Press Kit"
172+
"brandKit": "Brand Kit"
173173
},
174174
"followUs": {
175175
"title": "Follow Us"

public/locales/es/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"scrollDocsURL": "https://docs.scroll.io/es",
170170
"blog": "Blog",
171171
"documentation": "Documentación",
172-
"pressKit": "Kit de Prensa"
172+
"brandKit": "Kit de Marca"
173173
},
174174
"followUs": {
175175
"title": "Síguenos"

src/components/Footer/helper.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const aboutList = [
2828
},
2929
{
3030
name: "footer.aboutScroll.joinUs",
31-
href: "https://jobs.lever.co/ScrollFoundation",
31+
href: "https://scroll.io/join-us",
3232
},
3333
{
3434
name: "footer.aboutScroll.healthStatus",
@@ -54,7 +54,7 @@ export const resourceList = [
5454
href: "https://docs.scroll.io/",
5555
},
5656
{
57-
name: "footer.resources.pressKit",
57+
name: "footer.resources.brandKit",
5858
href: "https://scrollzkp.notion.site/Scroll-Rebrand-Assets-5bb83465f56f40989c4f772b39ed3a06",
5959
},
6060
]

0 commit comments

Comments
 (0)