File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22interface Props {
33 t: {
4- privacy: string ;
5- terms: string ;
64 rights: string ;
75 madeWith: string ;
86 };
@@ -21,8 +19,6 @@ const currentYear = new Date().getFullYear();
2119 </div >
2220
2321 <div class =" footer-links" >
24- <a href =" #" class =" footer-link" >{ t .privacy } </a >
25- <a href =" #" class =" footer-link" >{ t .terms } </a >
2622 <a
2723 href =" https://github.com/LanRhyme/MicYou"
2824 target =" _blank"
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ export default {
7272 authorBadge : "Author" ,
7373 } ,
7474 footer : {
75- privacy : "Privacy Policy" ,
76- terms : "Terms of Service" ,
7775 rights : "All rights reserved." ,
7876 madeWith : "made with ❤️ by LanRhyme" ,
7977 } ,
Original file line number Diff line number Diff line change @@ -66,8 +66,6 @@ export default {
6666 authorBadge : "作者" ,
6767 } ,
6868 footer : {
69- privacy : "隱私權政策" ,
70- terms : "服務條款" ,
7169 rights : "保留所有權利" ,
7270 madeWith : "made by LanRhyme with ❤️" ,
7371 } ,
Original file line number Diff line number Diff line change @@ -66,8 +66,6 @@ export default {
6666 authorBadge : "作者" ,
6767 } ,
6868 footer : {
69- privacy : "隐私政策" ,
70- terms : "服务条款" ,
7169 rights : "保留所有权利" ,
7270 madeWith : "made by LanRhyme with ❤️" ,
7371 } ,
You can’t perform that action at this time.
0 commit comments