diff --git a/web/src/app/icons/layout.tsx b/web/src/app/icons/layout.tsx index 4be6a750..2a9e1207 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}
-
+
{children}
+ ) }