Skip to content

Commit fde811e

Browse files
committed
fix merge issue with brand kit
1 parent 99b961b commit fde811e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)