From bb53077e97b8e14edbce572d7742d0e6bf202df0 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 24 Apr 2025 20:54:10 +0200 Subject: [PATCH] fix(web): Fix background --- web/src/app/icons/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/app/icons/layout.tsx b/web/src/app/icons/layout.tsx index 2a9e1207..d59fc873 100644 --- a/web/src/app/icons/layout.tsx +++ b/web/src/app/icons/layout.tsx @@ -7,7 +7,7 @@ interface BackgroundWrapperProps { export default function BackgroundWrapper({ children }: BackgroundWrapperProps) { return ( - <> +
{children}
- +
) }