From dbdb156a0976023be33db5a2210d2bd879fab834 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sun, 10 May 2026 18:57:06 +0800 Subject: [PATCH] fix(web): drop redundant Close button from account dialogs DialogFooter showCloseButton was rendering a third button (Close) next to the Cancel + 'Yes, delete' / 'Yes, unpair' pair. The corner X icon already closes the dialog, so the extra button was just visual noise. Drop the prop on both account-card dialogs. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/web/src/app/accounts/[id]/delete-account-card.tsx | 2 +- apps/web/src/app/accounts/[id]/unpair-account-card.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/app/accounts/[id]/delete-account-card.tsx b/apps/web/src/app/accounts/[id]/delete-account-card.tsx index a0ebbd7..39df2a8 100644 --- a/apps/web/src/app/accounts/[id]/delete-account-card.tsx +++ b/apps/web/src/app/accounts/[id]/delete-account-card.tsx @@ -77,7 +77,7 @@ export function DeleteAccountCard({ cannot be undone. - +