Skip to content

Commit

Permalink
fix: move icon hide in win
Browse files Browse the repository at this point in the history
  • Loading branch information
zenghongtu committed Feb 21, 2022
1 parent 45c921d commit af81cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/pages/Model/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Toolbar: FC<{
></span>
)
})}
<MoveIcon className="fa fa-lg fa-arrows" aria-hidden="true"></MoveIcon>
<MoveIcon className="fa fa-lg fa-arrows"></MoveIcon>
</Wrapper>
)
}
Expand Down

0 comments on commit af81cf6

Please sign in to comment.