feat: add Calendar Settings section to Settings/Accounts/Calendars page (#4104)
* feat: add Calendar Settings section to Settings/Accounts/Calendars page Closes #4060 * refactor: rename components
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
import { SettingsAccountsListEmptyStateCard } from '@/settings/accounts/components/SettingsAccountsListEmptyStateCard';
|
||||
import { H2Title } from '@/ui/display/typography/components/H2Title';
|
||||
import { Section } from '@/ui/layout/section/components/Section';
|
||||
|
||||
import { SettingsAccountsEmptyStateCard } from './SettingsAccountsEmptyStateCard';
|
||||
|
||||
export const SettingsNewAccountSection = () => {
|
||||
return (
|
||||
<Section>
|
||||
@ -10,7 +9,7 @@ export const SettingsNewAccountSection = () => {
|
||||
title="New account"
|
||||
description="Connect a new account to your workspace"
|
||||
/>
|
||||
<SettingsAccountsEmptyStateCard label="Connect a Google account" />
|
||||
<SettingsAccountsListEmptyStateCard label="Connect a Google account" />
|
||||
</Section>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user