From 86ada0d098f02b72cd3c8241e0da3bb8170d8e3b Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Tue, 15 Nov 2022 20:24:27 +0100 Subject: [PATCH] fix footer regression (#29) * fix footer regression * fix social icon and copyright date --- src/components/layouts/Footer.tsx | 238 +++++++++++++++--------------- 1 file changed, 120 insertions(+), 118 deletions(-) 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.`} )