From eaa12cdd78b4c5bc8594f5032acef79262d76a96 Mon Sep 17 00:00:00 2001 From: Mehdi BHA Date: Mon, 25 Dec 2023 20:10:33 +0100 Subject: [PATCH] fix(ui): add loader for navbar --- apps/marketing/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/marketing/src/app/layout.tsx b/apps/marketing/src/app/layout.tsx index a5496e6..92223b0 100644 --- a/apps/marketing/src/app/layout.tsx +++ b/apps/marketing/src/app/layout.tsx @@ -60,7 +60,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
- + }>
{children}