Skip to content

Commit

Permalink
fix merge issue with brand kit
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Jan 15, 2024
1 parent 99b961b commit fde811e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion src/components/Footer/helper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 fde811e

Please sign in to comment.