From edd24c96facaaa1657304fa7ffb25a219f8dac23 Mon Sep 17 00:00:00 2001 From: jxom <7336481+jxom@users.noreply.github.com> Date: Tue, 14 Jul 2026 12:50:53 +1000 Subject: [PATCH] fix(site): contain mobile module showcase --- site/src/components/Landing.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/src/components/Landing.tsx b/site/src/components/Landing.tsx index 340d369c..0678b32c 100644 --- a/site/src/components/Landing.tsx +++ b/site/src/components/Landing.tsx @@ -414,10 +414,10 @@ export function Landing({

-
+
{modules.map((m, i) => { const isActive = active === m.id const Icon = m.icon @@ -457,14 +457,14 @@ export function Landing({
-
+

-
+