Browse Source

update layout button title

AykutSarac 3 năm trước cách đây
mục cha
commit
be1a2972ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>
           </StyledElement>
         </Tooltip>
-        <Tooltip title="Change Layout">
+        <Tooltip title="Rotate Layout">
           <StyledElement
             onClick={() => dispatch({ type: ConfigActionType.TOGGLE_LAYOUT })}
           >