diff --git a/src/i18n/en.ts b/src/i18n/en.ts
index 962afbb..e5ce724 100644
--- a/src/i18n/en.ts
+++ b/src/i18n/en.ts
@@ -52,6 +52,6 @@ export default {
},
footer: {
githubIntro: 'See more on GitHub!',
- repoIntro: 'This blog is fully open source at ClovertaTheTrilobita/SanYeCao-blog'
+ repoIntro: 'This blog is fully open source at ClovertaTheTrilobita/SanYeCao-blog'
}
};
\ No newline at end of file
diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts
index cc7d280..e8838fc 100644
--- a/src/i18n/zh.ts
+++ b/src/i18n/zh.ts
@@ -52,6 +52,6 @@ export default {
},
footer: {
githubIntro: '在 GitHub 查看更多!',
- repoIntro: '这个博客完全开源于 ClovertaTheTrilobita/SanYeCao-blog'
+ repoIntro: '这个博客完全开源于 ClovertaTheTrilobita/SanYeCao-blog'
}
};
\ No newline at end of file