diff options
author | bobzel <zzzman@gmail.com> | 2024-05-03 11:02:07 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-05-03 11:02:07 -0400 |
commit | e77b55c771a2bd3ba49169185edd9ed2099de1c6 (patch) | |
tree | f070e9e64ecaf251e6708b8ce4d722f121a6d039 /src/client/views/nodes/ImageBox.tsx | |
parent | 4c6640a630b541611a55c54cd392193119579de2 (diff) | |
parent | f927a585c75a20629379bcb34d1483c0ca9d8db9 (diff) |
Merge branch 'nathan-starter' into restoringEslint
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-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 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> ); |