From 486d981fe075341d4a7bc54cf6a5197e1e5e8008 Mon Sep 17 00:00:00 2001 From: Franco Arza Date: Wed, 21 Oct 2020 11:14:01 -0300 Subject: [PATCH] remove layout code --- components/core/Layout/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/Layout/Layout.tsx b/components/core/Layout/Layout.tsx index e6e45fb26..883ddd45b 100644 --- a/components/core/Layout/Layout.tsx +++ b/components/core/Layout/Layout.tsx @@ -33,12 +33,12 @@ const Layout: FC = ({ children, pageProps }) => { setAcceptedCookies(true)}> Accept cookies } - className={cn({ ['translate-y-full']: acceptedCookies })} />