mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
reorganize and redesign settings
This commit is contained in:
@@ -85,5 +85,10 @@ export const UpdateSettings = () => {
|
||||
},
|
||||
];
|
||||
|
||||
return <SettingsSection divider={true} options={updateOptions} />;
|
||||
return (
|
||||
<SettingsSection
|
||||
options={updateOptions}
|
||||
title={t('page.setting.updates', { postProcess: 'sentenceCase' })}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user