diff --git a/src/components/layouts/Footer.tsx b/src/components/layouts/Footer.tsx index ce7db0f1f7..9034daabfa 100644 --- a/src/components/layouts/Footer.tsx +++ b/src/components/layouts/Footer.tsx @@ -18,22 +18,35 @@ import { export const Footer: FC = () => { return ( - + - + @@ -44,14 +57,18 @@ export const Footer: FC = () => { @@ -65,9 +82,13 @@ export const Footer: FC = () => { { @@ -117,8 +138,6 @@ export const Footer: FC = () => { { - + © 2013–2022. The go-ethereum Authors. - + ) } \ No newline at end of file diff --git a/src/components/layouts/Layout.tsx b/src/components/layouts/Layout.tsx index fb992469ef..5d2090fd02 100644 --- a/src/components/layouts/Layout.tsx +++ b/src/components/layouts/Layout.tsx @@ -10,7 +10,15 @@ interface Props { // TODO: if mobile, getMobileLayout, else getDesktopLayout export const Layout: FC = ({ children }) => { return ( - + {children}