diff --git a/components/contas/account-card.tsx b/components/contas/account-card.tsx index f080e69..97375a3 100644 --- a/components/contas/account-card.tsx +++ b/components/contas/account-card.tsx @@ -71,7 +71,7 @@ export function AccountCard({ ].filter((action) => typeof action.onClick === "function"); return ( - +
{icon ? ( diff --git a/components/contas/accounts-page.tsx b/components/contas/accounts-page.tsx index eca7509..e41130f 100644 --- a/components/contas/accounts-page.tsx +++ b/components/contas/accounts-page.tsx @@ -133,7 +133,7 @@ export function AccountsPage({ } return ( -
+
{list.map((account) => { const logoSrc = resolveLogoSrc(account.logo);