diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-02-27 14:20:38 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-02-27 14:20:38 -0500 |
commit | 0484376a5a1f723261d79d5acc52c7416b79174b (patch) | |
tree | 4e99cbc0e432f53c25369bab08f631c9882fa938 | |
parent | ab658feb8d5a0a2c7eb2bd213bff227b7accb23a (diff) |
icon change
-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..6bd11e43a 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="circle-half-stroke" size="lg" /> </div> </Tooltip> ); |