Browse Source

Change the sort order

Shun Miyazawa 2 năm trước cách đây
mục cha
commit
4d97f96359
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>
     </>
   );