Update Connected Accounts Design (#13332)

/closes #13328

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
neo773
2025-07-25 16:48:02 +05:30
committed by GitHub
parent 79992b53d1
commit d4ca63dbb7
8 changed files with 153 additions and 70 deletions

View File

@ -56,10 +56,7 @@ export const SettingsAccounts = () => {
title={t`Connected accounts`}
description={t`Manage your internet accounts.`}
/>
<SettingsAccountsConnectedAccountsListCard
accounts={accounts}
loading={loading}
/>
<SettingsAccountsConnectedAccountsListCard accounts={accounts} />
</Section>
<SettingsAccountsBlocklistSection />
<SettingsAccountsSettingsSection />