From cddc67817aa2516a941c54eeab9d28d40eda1f9b Mon Sep 17 00:00:00 2001 From: John Mwendwa <72663882+JohnMwendwa@users.noreply.github.com> Date: Sat, 16 Sep 2023 22:30:50 +0300 Subject: [PATCH 1/3] change the bg color --- src/components/layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index dfd0826..ebf2890 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -6,7 +6,7 @@ import Footer from "./Footer"; const Layout = ({ children }) => { return ( -