From f4dc20cc545abfcf8b300135e63b84c67c8172da Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 21:35:28 +0000 Subject: [PATCH] Remove duplicate realm cards and add single CTA cgen-89fb8ed8aefd4c599e2c12e001f12879 --- client/pages/Realms.tsx | 53 ++--------------------------------------- 1 file changed, 2 insertions(+), 51 deletions(-) diff --git a/client/pages/Realms.tsx b/client/pages/Realms.tsx index 6a720fe1..ff649a10 100644 --- a/client/pages/Realms.tsx +++ b/client/pages/Realms.tsx @@ -55,57 +55,8 @@ export default function Realms() { /> -
- {visible.map((realm, i) => { - const Icon = realm.icon; - const active = lastRealm === realm.id; - return ( - - -
-
- -
-
- {realm.title} - {realm.name} -
-
-
- -

{realm.description}

-
- {realm.highlights.slice(0, 3).map((h) => ( - {h} - ))} -
-
- {active ? ( - - ) : ( - - )} -
-
- {active && ( -
- )} - - ); - })} +
+