Merge pull request #6989 from viown/dashboard-header-consistency

This commit is contained in:
Bill Thornton
2025-06-28 02:18:35 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -53,7 +53,7 @@ const TablePage = <T extends MRT_RowData>({
marginBottom: 1
}}
>
<Typography variant='h2'>
<Typography variant='h1'>
{title}
</Typography>
{subtitle && (
@@ -98,7 +98,7 @@ export const Component = () => {
{globalize.translate('SettingsSaved')}
</Alert>
)}
<Typography variant='h2'>{globalize.translate('Display')}</Typography>
<Typography variant='h1'>{globalize.translate('Display')}</Typography>
<TextField
name={'DateAddedBehavior'}
label={globalize.translate('LabelDateAddedBehavior')}
+1 -1
View File
@@ -102,7 +102,7 @@ export const Component = () => {
{globalize.translate('SettingsSaved')}
</Alert>
)}
<Typography variant='h2'>{globalize.translate('TabNfoSettings')}</Typography>
<Typography variant='h1'>{globalize.translate('TabNfoSettings')}</Typography>
<Typography>{globalize.translate('HeaderKodiMetadataHelp')}</Typography>
<TextField