diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-02-27 14:38:46 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-02-27 14:38:46 -0500 |
commit | a4e4cdb00d0ae986b1232aa26a0fe3a45ee9d418 (patch) | |
tree | b2d46577a6216fd6f7012c074492b8fb10f89ba1 | |
parent | 1fd64d58063eba2ba2663a48a5f75ddb40dc1ecd (diff) |
4
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 923aead64..d8c67d788 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -302,7 +302,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent<FieldViewProps>() impl background: usePath === undefined ? 'white' : usePath === 'alternate' ? 'black' : 'gray', color: usePath === undefined ? 'black' : 'white', }}> - <FontAwesomeIcon icon="turn-up" size="lg" /> + <FontAwesomeIcon icon="arrow-turn-up" size="lg" /> </div> </Tooltip> ); |