From 6331999c7c48b7f4141b6259b0725edd6699ddd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Barrenechea=20S=C3=A1nchez?= Date: Mon, 18 Dec 2023 11:11:40 +0100 Subject: [PATCH] Wrapper: remove flex-grow and h-full --- app/layout/home/intro/component.tsx | 2 +- app/layout/wrapper/component.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/layout/home/intro/component.tsx b/app/layout/home/intro/component.tsx index afb862d0ef..7518712892 100644 --- a/app/layout/home/intro/component.tsx +++ b/app/layout/home/intro/component.tsx @@ -29,7 +29,7 @@ export const HomeIntro: React.FC = () => { style={{ backgroundColor }} > - +
= ({ children }: WrapperProps) => { +export const Wrapper: React.FC = ({ children, className }: WrapperProps) => { return (
{children}