diff --git a/components/sections/CloudRevealSection.tsx b/components/sections/CloudRevealSection.tsx index acc8670..812befe 100644 --- a/components/sections/CloudRevealSection.tsx +++ b/components/sections/CloudRevealSection.tsx @@ -154,6 +154,7 @@ export default function CloudRevealSection() { } return ( + <>
@@ -250,6 +251,7 @@ export default function CloudRevealSection() { unitSub={activeUnit?.sub ?? ''} onClose={() => setActiveUnit(null)} /> + ) }