diff --git a/src/components/dialogs/nuxs/NeueTypography.tsx b/src/components/dialogs/nuxs/NeueTypography.tsx index f33cea8e78..b4cdb8c035 100644 --- a/src/components/dialogs/nuxs/NeueTypography.tsx +++ b/src/components/dialogs/nuxs/NeueTypography.tsx @@ -53,8 +53,8 @@ export function NeueTypography() { - To the ensure the best possible experience, we're introducing a - new theme font, along with adjustable font sizing settings. + To ensure the best possible experience, we're introducing a new + theme font, along with adjustable font sizing settings. - - - - {title} - - {description && ( - - {description} - - )} + + + + {title} {items.map(item => ( @@ -228,6 +220,12 @@ export function AppearanceToggleButtonGroup({ ))} + + {description && ( + + {description} + + )} ) }