diff --git a/src/components/layouts/Footer.tsx b/src/components/layouts/Footer.tsx
index 557dd31ea5..2d88d6d638 100644
--- a/src/components/layouts/Footer.tsx
+++ b/src/components/layouts/Footer.tsx
@@ -29,134 +29,136 @@ export const Footer: FC = () => {
borderColor='brand.light.primary'
>
-
-
- DOWNLOADS
-
-
+
+
+
+ DOWNLOADS
+
+
+
-
-
-
- DOCUMENTATION
-
-
+
+
+
+ DOCUMENTATION
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
@@ -172,7 +174,7 @@ export const Footer: FC = () => {
borderColor='brand.light.primary'
flex={1}
>
- © 2013–2022. The go-ethereum Authors.
+ {`© 2013–${new Date().getFullYear()}. The go-ethereum Authors.`}
)