diff --git a/sites/shared/components/theme-picker.js b/sites/shared/components/theme-picker.js index 24acee3e4db..79451850dd7 100644 --- a/sites/shared/components/theme-picker.js +++ b/sites/shared/components/theme-picker.js @@ -38,15 +38,18 @@ const ThemePicker = ({ app, className, iconOnly = false }) => { data-theme={theme} className="-m-3 flex rounded-lg p-2 transition duration-150 ease-in-out-50 hover:translate-x-2 hover:cursor-pointer" > -
-

- {t(`${theme}Theme`)} -

-

- {t('common:sloganCome')} - | - {t('common:sloganStay')} -

+
+
+

+ {t(`${theme}Theme`)} +

+
+

+ {t('common:sloganCome')} + | + {t('common:sloganStay')} +

+
))}