diff --git a/apps/docs/i18n/en/code.json b/apps/docs/i18n/en/code.json index c6c3354c..5fe5d235 100644 --- a/apps/docs/i18n/en/code.json +++ b/apps/docs/i18n/en/code.json @@ -390,8 +390,5 @@ }, "footer.right.connect.link2": { "message": "X (Twitter)" - }, - "footer.copyright": { - "message": "Copyright © 2024 Ethereum Foundation" } } diff --git a/apps/docs/i18n/es/code.json b/apps/docs/i18n/es/code.json index 92695006..9764f34a 100644 --- a/apps/docs/i18n/es/code.json +++ b/apps/docs/i18n/es/code.json @@ -390,8 +390,5 @@ }, "footer.right.connect.link2": { "message": "X (Twitter)" - }, - "footer.copyright": { - "message": "Copyright © 2024 Ethereum Foundation" } } diff --git a/apps/docs/src/theme/Footer/index.tsx b/apps/docs/src/theme/Footer/index.tsx index 4b8d1a86..42752b0c 100644 --- a/apps/docs/src/theme/Footer/index.tsx +++ b/apps/docs/src/theme/Footer/index.tsx @@ -54,11 +54,7 @@ function Footer() {
-

- {translate({ - id: "footer.copyright" - })} -

+

Copyright © {new Date().getFullYear()} Ethereum Foundation

- Copyright © 2024 Ethereum Foundation + Copyright © {new Date().getFullYear()} Ethereum Foundation