Browse Source

update layout button title

AykutSarac 3 years ago
parent
commit
be1a2972ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Sidebar/index.tsx

+ 1 - 1
src/components/Sidebar/index.tsx

@@ -168,7 +168,7 @@ export const Sidebar: React.FC = () => {
             </StyledImportFile>
             </StyledImportFile>
           </StyledElement>
           </StyledElement>
         </Tooltip>
         </Tooltip>
-        <Tooltip title="Change Layout">
+        <Tooltip title="Rotate Layout">
           <StyledElement
           <StyledElement
             onClick={() => dispatch({ type: ConfigActionType.TOGGLE_LAYOUT })}
             onClick={() => dispatch({ type: ConfigActionType.TOGGLE_LAYOUT })}
           >
           >