From 27c453d0f6c74bdd4d0178fbf816324406549e8b Mon Sep 17 00:00:00 2001 From: Charlie Rabiller Date: Mon, 25 Oct 2021 12:06:58 -0400 Subject: [PATCH] feat(pub): addvertical publicity banner --- components/layout/AppLayout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout/AppLayout.tsx b/components/layout/AppLayout.tsx index 77c6400..c1baabc 100644 --- a/components/layout/AppLayout.tsx +++ b/components/layout/AppLayout.tsx @@ -86,9 +86,9 @@ const AppLayout = ({ title, desc, children, withPub }: Props) => { -
{children}
+
{children}
{withPub && ( -
+
)}