Skip to content

Commit fa922e1

Browse files
committed
update resource
1 parent 55d4de6 commit fa922e1

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

public/locales/en/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@
170170
"scrollDocsURL": "https://docs.scroll.io/",
171171
"blog": "Blog",
172172
"documentation": "Documentation",
173-
"brandKit": "Brand Kit"
173+
"brandKit": "Brand Kit",
174+
"audits": "Audits"
174175
},
175176
"followUs": {
176177
"title": "Follow Us"

public/locales/es/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@
169169
"scrollDocsURL": "https://docs.scroll.io/es",
170170
"blog": "Blog",
171171
"documentation": "Documentación",
172-
"brandKit": "Kit de Marca"
172+
"brandKit": "Kit de Marca",
173+
"audits": "Auditorías"
173174
},
174175
"followUs": {
175176
"title": "Síguenos"

public/locales/zh/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@
169169
"scrollDocsURL": "https://docs.scroll.io/",
170170
"blog": "博客",
171171
"documentation": "文档",
172-
"brandKit": "品牌工具包"
172+
"brandKit": "品牌工具包",
173+
"audits": "审计"
173174
},
174175
"followUs": {
175176
"title": "关注我们"

src/components/Footer/helper.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ export const resourceList = [
5555
},
5656
{
5757
name: "footer.resources.brandKit",
58-
href: "https://scrollzkp.notion.site/Scroll-Rebrand-Assets-5bb83465f56f40989c4f772b39ed3a06",
58+
href: "https://scroll.io/brand-kit",
59+
},
60+
{
61+
name: "footer.resources.audits",
62+
href: "https://github.com/scroll-tech/scroll-audits",
5963
},
6064
]
6165

0 commit comments

Comments
 (0)