diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-02-27 14:45:02 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-02-27 14:45:02 -0500 |
commit | 729d6fda0a81330661936967aa8af9928e432095 (patch) | |
tree | ad1394701428b594a2fe6c30e4ff841a6395dfb7 /src/client/views/nodes/ImageBox.tsx | |
parent | a4e4cdb00d0ae986b1232aa26a0fe3a45ee9d418 (diff) |
5
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 d8c67d788..ea52f1c78 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="arrow-turn-up" size="lg" /> + <FontAwesomeIcon icon="microphone" size="lg" /> </div> </Tooltip> ); |