Explorar o código

Change the sort order

Shun Miyazawa %!s(int64=2) %!d(string=hai) anos
pai
achega
4d97f96359
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      apps/app/src/components/Me/OtherSettings.tsx

+ 2 - 2
apps/app/src/components/Me/OtherSettings.tsx

@@ -7,7 +7,7 @@ const OtherSettings = (): JSX.Element => {
   return (
     <>
       <div className="mt-4">
-        <QuestionnaireSettings />
+        <ColorModeSettings />
       </div>
 
       <div className="mt-4">
@@ -15,7 +15,7 @@ const OtherSettings = (): JSX.Element => {
       </div>
 
       <div className="mt-4">
-        <ColorModeSettings />
+        <QuestionnaireSettings />
       </div>
     </>
   );