From 88e982cb95ec49fe96452317b6b06000a6700d70 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Tue, 10 Sep 2024 16:01:33 +0700 Subject: update tampilan ga bisa di scrool --- src/core/components/layouts/AppLayout.jsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src/core') diff --git a/src/core/components/layouts/AppLayout.jsx b/src/core/components/layouts/AppLayout.jsx index c72c1be5..ec61ca06 100644 --- a/src/core/components/layouts/AppLayout.jsx +++ b/src/core/components/layouts/AppLayout.jsx @@ -10,13 +10,15 @@ const BasicFooter = dynamic(() => import('../elements/Footer/BasicFooter'), { const AppLayout = ({ children, title, withFooter = true }) => { return ( - <> - - - {children} - - - +
+ +
{children}
+ {withFooter && ( +
+ +
+ )} +
); }; -- cgit v1.2.3