From 0a1958a2c843a2aefe5699d298eda9479500e6f3 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Sat, 30 Nov 2019 21:14:55 +0700 Subject: [PATCH] Tweak footer --- client/layouts/Layout.tsx | 75 +++++++++++++++++++++++++-------------- 1 file changed, 49 insertions(+), 26 deletions(-) diff --git a/client/layouts/Layout.tsx b/client/layouts/Layout.tsx index 073692a..5370ac1 100644 --- a/client/layouts/Layout.tsx +++ b/client/layouts/Layout.tsx @@ -12,10 +12,32 @@ const Layout: React.FC<{}> = ({ children }) => {
{children}
);