From 73b7f2064989b60f3c156156cdc57cddec561f3c Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Tue, 26 Nov 2019 22:33:47 +0700 Subject: [PATCH] Add powered by --- client/Home.tsx | 2 +- client/layouts/Layout.tsx | 49 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/client/Home.tsx b/client/Home.tsx index b8094e7..2935c1d 100644 --- a/client/Home.tsx +++ b/client/Home.tsx @@ -123,7 +123,7 @@ const Home = () => { -
+
= ({ children }) => {
{children}
); };