diff --git a/components/Layout/CardsLayout.tsx b/components/Layout/CardsLayout.tsx index 664674a..24aed2d 100644 --- a/components/Layout/CardsLayout.tsx +++ b/components/Layout/CardsLayout.tsx @@ -6,7 +6,7 @@ interface CardsLayoutProps { const CardsLayout = ({ children }: CardsLayoutProps) => { return ( -
+
{children}
); diff --git a/components/Layout/Container.tsx b/components/Layout/Container.tsx index e28c392..9d694d6 100644 --- a/components/Layout/Container.tsx +++ b/components/Layout/Container.tsx @@ -24,7 +24,7 @@ const Container = ({ children }: ContainerProps) => { }, []); return ( -
+
{children} {showBtn && }
diff --git a/components/Layout/Footer.tsx b/components/Layout/Footer.tsx index e110f65..1022096 100644 --- a/components/Layout/Footer.tsx +++ b/components/Layout/Footer.tsx @@ -3,8 +3,8 @@ import SocialLinks from "../SocialLinks"; const Footer = () => { return ( -