diff --git a/apps/server/src/client/pages/sessions.tsx b/apps/server/src/client/pages/sessions.tsx index 553ae25..c82fa58 100644 --- a/apps/server/src/client/pages/sessions.tsx +++ b/apps/server/src/client/pages/sessions.tsx @@ -279,21 +279,44 @@ export default function SessionsPage() { ) : ( <> - {/* Mobile: stacked cards (the wide table doesn't fit a phone). */} + {/* Mobile: stacked cards (the wide table doesn't fit a phone). The + card is a clickable div (not a button) so the entity/repo + GitHub links — anchors that stop propagation — can nest inside + it while the surrounding area still navigates to the detail. */}