aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-02-27 14:38:46 -0500
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-02-27 14:38:46 -0500
commita4e4cdb00d0ae986b1232aa26a0fe3a45ee9d418 (patch)
treeb2d46577a6216fd6f7012c074492b8fb10f89ba1 /src
parent1fd64d58063eba2ba2663a48a5f75ddb40dc1ecd (diff)
4
Diffstat (limited to 'src')
-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 923aead64..d8c67d788 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="turn-up" size="lg" />
+ <FontAwesomeIcon icon="arrow-turn-up" size="lg" />
</div>
</Tooltip>
);