Skip to content

Commit

Permalink
Merge pull request #157 from scroll-tech/fix/presskit-to-brandkit
Browse files Browse the repository at this point in the history
fix merge issue with brand kit
  • Loading branch information
dghelm authored Jan 15, 2024
2 parents 99b961b + 8dcc83a commit a36b43a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"scrollDocsURL": "https://docs.scroll.io/",
"blog": "Blog",
"documentation": "Documentation",
"pressKit": "Press Kit"
"brandKit": "Brand Kit"
},
"followUs": {
"title": "Follow Us"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/components/Footer/helper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
},
]
Expand Down

0 comments on commit a36b43a

Please sign in to comment.