feat: update layout
This commit is contained in:
parent
f41536a793
commit
8b1c2ebe3f
30 changed files with 230 additions and 250 deletions
|
|
@ -26,7 +26,7 @@ const GeneralSettingsPage = forwardRef(({ index }: { index?: number }, ref) => {
|
|||
|
||||
return (
|
||||
<SecondaryPageLayout ref={ref} index={index} title={t('General')}>
|
||||
<div className="space-y-4 mt-2">
|
||||
<div className="space-y-4 mt-3">
|
||||
<SettingItem>
|
||||
<Label htmlFor="languages" className="text-base font-normal">
|
||||
{t('Languages')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue