From 556268297da8f6e292e2ba1991931b10c13ca69c Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Tue, 25 Oct 2022 14:58:25 -0600 Subject: [PATCH] finish footer --- src/components/layouts/Footer.tsx | 87 +++++++++++++++++++++---------- src/components/layouts/Layout.tsx | 10 +++- src/theme/foundations/sizes.ts | 1 + 3 files changed, 69 insertions(+), 29 deletions(-) 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}