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 && ( -
- )} - - ); - })} +
+