Skip to content

Commit 2480e22

Browse files
committed
chore: Add youtube channel link to footer
1 parent d86c20c commit 2480e22

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

public/locales/en/components/home.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
},
139139
{
140140
"title": "Resources",
141-
"children": ["Getting Started", "Plugins", "Themes"]
141+
"children": ["Getting Started", "Plugins", "Themes", "Tutorials"]
142142
},
143143
{
144144
"title": "Legal",

public/locales/zh/components/home.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
},
132132
{
133133
"title": "资源",
134-
"children": ["入门指南", "插件", "主题"]
134+
"children": ["入门指南", "插件", "主题", "教程"]
135135
},
136136
{
137137
"title": "法律条款",

src/components/Home/Footer.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ const Footer = (): JSX.Element => {
9494
<Link sx={genericLinksStyles} href="/themes" target="_blank" rel="noopener noreferrer">
9595
{footerLinks[2].children[2]}
9696
</Link>
97+
<Link sx={genericLinksStyles} href={Endpoints.youtubeCoreUrl} target="_blank" rel="noopener noreferrer">
98+
{footerLinks[2].children[3]}
99+
</Link>
97100
</Stack>
98101
<Stack spacing={2.4}>
99102
<Typography fontWeight="bold" variant="h6">

0 commit comments

Comments
 (0)