File tree 4 files changed +2
-12
lines changed
4 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 390
390
},
391
391
"footer.right.connect.link2" : {
392
392
"message" : " X (Twitter)"
393
- },
394
- "footer.copyright" : {
395
- "message" : " Copyright © 2024 Ethereum Foundation"
396
393
}
397
394
}
Original file line number Diff line number Diff line change 390
390
},
391
391
"footer.right.connect.link2" : {
392
392
"message" : " X (Twitter)"
393
- },
394
- "footer.copyright" : {
395
- "message" : " Copyright © 2024 Ethereum Foundation"
396
393
}
397
394
}
Original file line number Diff line number Diff line change @@ -54,11 +54,7 @@ function Footer() {
54
54
< hr />
55
55
56
56
< div >
57
- < p >
58
- { translate ( {
59
- id : "footer.copyright"
60
- } ) }
61
- </ p >
57
+ < p > Copyright © { new Date ( ) . getFullYear ( ) } Ethereum Foundation</ p >
62
58
63
59
< Logo
64
60
style = { { marginRight : - 8 } }
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export default function Footer() {
88
88
</ Link >
89
89
90
90
< Text fontSize = { { base : "12px" , md : "14px" } } color = "text.500" pt = "2" >
91
- Copyright © 2024 Ethereum Foundation
91
+ Copyright © { new Date ( ) . getFullYear ( ) } Ethereum Foundation
92
92
</ Text >
93
93
</ VStack >
94
94
</ VStack >
You can’t perform that action at this time.
0 commit comments