diff --git a/src/components/layouts/Footer.tsx b/src/components/layouts/Footer.tsx
index bfa9bf11d2..6917c4b5f5 100644
--- a/src/components/layouts/Footer.tsx
+++ b/src/components/layouts/Footer.tsx
@@ -22,132 +22,136 @@ export const Footer: FC = () => {
borderColor='brand.light.primary'
>
-
-
- DOWNLOADS
-
-
+
+
+
+ DOWNLOADS
+
+
+
-
-
- DOCUMENTATION
-
-
+
+
+
+ DOCUMENTATION
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
@@ -163,7 +167,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.`}
);