diff options
author | bobzel <zzzman@gmail.com> | 2023-03-22 14:20:09 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-03-22 14:20:09 -0400 |
commit | 2a4e86be98ad0f8d4aa4cb09b982d448b542d916 (patch) | |
tree | 6f1912bd4f5c049b83102db1d413d38372bb0fdc /src/client/views/nodes/button/FontIconBox.tsx | |
parent | b25f333713706a7456ab418960082bcabe830f11 (diff) |
removed gitlike and branch stuff. updated fortawesome. added Z ordering buttons. moved ctrl-t/alt-t to edit text title into formattedTextBox
Diffstat (limited to 'src/client/views/nodes/button/FontIconBox.tsx')
-rw-r--r-- | src/client/views/nodes/button/FontIconBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/button/FontIconBox.tsx b/src/client/views/nodes/button/FontIconBox.tsx index 339887757..cb962cad3 100644 --- a/src/client/views/nodes/button/FontIconBox.tsx +++ b/src/client/views/nodes/button/FontIconBox.tsx @@ -1,5 +1,4 @@ import { IconProp } from '@fortawesome/fontawesome-svg-core'; -import { faAlignRight } from '@fortawesome/free-solid-svg-icons'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { Tooltip } from '@material-ui/core'; import { action, computed, observable, runInAction } from 'mobx'; |