Selaa lähdekoodia

Update MobileMenu.tsx

zsviczian 2 vuotta sitten
vanhempi
commit
377b9fbdff
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/MobileMenu.tsx

+ 1 - 1
src/components/MobileMenu.tsx

@@ -111,8 +111,8 @@ export const MobileMenu = ({
                     />
                   </Stack.Row>
                 </Island>
-                {renderTopRightUI && renderTopRightUI(true, appState)}
                 <div className="mobile-misc-tools-container">
+                  {renderTopRightUI && renderTopRightUI(true, appState)}
                   <PenModeButton
                     checked={appState.penMode}
                     onChange={onPenModeToggle}