aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-02-27 14:27:20 -0500
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-02-27 14:27:20 -0500
commita938946417035f479e61216ebb0ca72507ef4fad (patch)
tree2a2ac2745d1bda0999363544259019f39e307187
parent0484376a5a1f723261d79d5acc52c7416b79174b (diff)
icon
-rw-r--r--src/client/views/nodes/ImageBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx
index 6bd11e43a..58674bca9 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="circle-half-stroke" size="lg" />
+ <FontAwesomeIcon icon="droplet" size="lg" />
</div>
</Tooltip>
);