Przeglądaj źródła

chore: add new line

yukendev 2 lat temu
rodzic
commit
eb21e2cc37
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      apps/app/src/components/Me/UISettings.tsx

+ 3 - 1
apps/app/src/components/Me/UISettings.tsx

@@ -101,11 +101,13 @@ export const UISettings = (): JSX.Element => {
 
       <div className="row justify-content-center">
         <div className="col-md-6">
+
           { renderSidebarModeSwitch() }
-          <div className="mt-5">
 
+          <div className="mt-5">
             { renderEditSidebarModeSwitch() }
           </div>
+
           <div>
           </div>
         </div>