diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-02-27 14:28:14 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-02-27 14:28:14 -0500 |
commit | 1fd64d58063eba2ba2663a48a5f75ddb40dc1ecd (patch) | |
tree | 5376678ab8d2b4cc63c7aad954816e40f0d32667 /src | |
parent | a938946417035f479e61216ebb0ca72507ef4fad (diff) |
icon3
Diffstat (limited to 'src')
-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 58674bca9..923aead64 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="droplet" size="lg" /> + <FontAwesomeIcon icon="turn-up" size="lg" /> </div> </Tooltip> ); |