aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-03 11:02:07 -0400
committerbobzel <zzzman@gmail.com>2024-05-03 11:02:07 -0400
commite77b55c771a2bd3ba49169185edd9ed2099de1c6 (patch)
treef070e9e64ecaf251e6708b8ce4d722f121a6d039 /src/client/views/nodes/ImageBox.tsx
parent4c6640a630b541611a55c54cd392193119579de2 (diff)
parentf927a585c75a20629379bcb34d1483c0ca9d8db9 (diff)
Merge branch 'nathan-starter' into restoringEslint
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-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 3945da104..d4f8b5550 100644
--- a/src/client/views/nodes/ImageBox.tsx
+++ b/src/client/views/nodes/ImageBox.tsx
@@ -334,7 +334,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>
);