From f88b6df24cf957ef368e65c0a6454ffb9ba9ab3c Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 23 Apr 2024 11:36:18 +0100 Subject: [PATCH] increase z-index level for the header component --- src/layouts/GetStartedLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/GetStartedLayout.tsx b/src/layouts/GetStartedLayout.tsx index 6d606fa..3d0fed3 100644 --- a/src/layouts/GetStartedLayout.tsx +++ b/src/layouts/GetStartedLayout.tsx @@ -8,7 +8,7 @@ interface GetStartedLayoutProps { const GetStartedLayout: React.FC = ({ children }) => { return (
-
+
-- 2.34.1