mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
feat(notion): Add divider to Notion settings page
This commit is contained in:
parent
f44e7e6a14
commit
fef2acf712
@ -63,6 +63,7 @@ const NotionSettings: FC = () => {
|
||||
return (
|
||||
<SettingGroup theme={theme}>
|
||||
<SettingTitle>{t('settings.data.notion.title')}</SettingTitle>
|
||||
<SettingDivider />
|
||||
<SettingRow>
|
||||
<SettingRowTitle>{t('settings.data.notion.database_id')}</SettingRowTitle>
|
||||
<HStack alignItems="center" gap="5px">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user