diff --git a/apps/web/src/app/accounts/page.tsx b/apps/web/src/app/accounts/page.tsx index 6ebf3ab..53df973 100644 --- a/apps/web/src/app/accounts/page.tsx +++ b/apps/web/src/app/accounts/page.tsx @@ -41,7 +41,7 @@ export default async function AccountsPage() { {accounts.length > 0 ? (
{accounts.map((account) => ( -
+
- + {account.label} @@ -83,16 +83,28 @@ export default async function AccountsPage() { - {/* Floating delete trigger — sits over the card without - blocking the link target on the rest of the surface. */} + {/* Dedicated Delete card — entire card is the dialog trigger. */}