diff --git a/src/components/Layout/Settings/Hero/Hero.jsx b/src/components/Layout/Settings/Hero/Hero.jsx index f29698ae..03ba0b49 100644 --- a/src/components/Layout/Settings/Hero/Hero.jsx +++ b/src/components/Layout/Settings/Hero/Hero.jsx @@ -11,7 +11,9 @@ const Preview = (props) => {

Preview

- {props.children} +
+ {props.children} +
); diff --git a/src/features/time/options/ClockPreview.jsx b/src/features/time/options/ClockPreview.jsx index ccb45566..b8a0b8eb 100644 --- a/src/features/time/options/ClockPreview.jsx +++ b/src/features/time/options/ClockPreview.jsx @@ -8,26 +8,24 @@ const ClockPreview = ({ zoomLevel = 100 }) => { previewTime.setHours(10, 10, 30); return ( -
- - - - - -
+ + + + + ); };