diff --git a/apps/web/src/app/(app)/gastown/TownListPageClient.tsx b/apps/web/src/app/(app)/gastown/TownListPageClient.tsx index 57e709890b..bb2cb7ee2f 100644 --- a/apps/web/src/app/(app)/gastown/TownListPageClient.tsx +++ b/apps/web/src/app/(app)/gastown/TownListPageClient.tsx @@ -75,48 +75,35 @@ export function TownListPageClient() { return ( -
-
-
- -

- A chat-first orchestration console for towns, rigs, beads, and agents. Built for - radical transparency: every object is clickable; every outcome is attributable. -

-
- - -
- -
-
+
+ +

+ A chat-first orchestration console for towns, rigs, beads, and agents. Built for radical + transparency: every object is clickable; every outcome is attributable. +

+ +
+
Towns
-
- {townsQuery.isLoading ? '…' : (townsQuery.data ?? []).length} +
+ {townsQuery.isLoading ? ( + + ) : ( + (townsQuery.data ?? []).length + )}
-
-
Mode
-
- - Live -
-
-
-
Core
-
MEOW · GUPP · NDI
-
-
-
Promise
-
Discover, don’t track
+ +
+
diff --git a/apps/web/src/app/(app)/organizations/[id]/gastown/OrgTownListPageClient.tsx b/apps/web/src/app/(app)/organizations/[id]/gastown/OrgTownListPageClient.tsx index 62fad78641..71fe8ac207 100644 --- a/apps/web/src/app/(app)/organizations/[id]/gastown/OrgTownListPageClient.tsx +++ b/apps/web/src/app/(app)/organizations/[id]/gastown/OrgTownListPageClient.tsx @@ -44,48 +44,35 @@ export function OrgTownListPageClient({ organizationId, role }: OrgTownListPageC return ( -
+
-
-
-

- A chat-first orchestration console for towns, rigs, beads, and agents. Built for - radical transparency: every object is clickable; every outcome is attributable. -

-
+

+ A chat-first orchestration console for towns, rigs, beads, and agents. Built for radical + transparency: every object is clickable; every outcome is attributable. +

- -
- -
-
+
+
Towns
-
- {townsQuery.isLoading ? '…' : (townsQuery.data ?? []).length} -
-
-
-
Mode
-
- - Live +
+ {townsQuery.isLoading ? ( + + ) : ( + (townsQuery.data ?? []).length + )}
-
-
Core
-
MEOW · GUPP · NDI
-
-
-
Promise
-
Discover, don't track
+ +
+