aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-02-20 11:32:38 -0500
committersrichman333 <sarah_n_richman@brown.edu>2023-02-20 11:32:38 -0500
commit7cd43c51fe13b3fb0f76d026a16caee5bc320f4e (patch)
tree4e3f21f6ce07cbbba6e98407c2064ba4b0e0637f /src
parent560d1d972b3dedb03f8af117f38b8bd836e9eccb (diff)
freeze icon
Diffstat (limited to 'src')
-rw-r--r--src/client/views/PropertiesButtons.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx
index 9bb21a662..a152b4948 100644
--- a/src/client/views/PropertiesButtons.tsx
+++ b/src/client/views/PropertiesButtons.tsx
@@ -222,7 +222,7 @@ export class PropertiesButtons extends React.Component<{}, {}> {
'FreezeThumb',
'_thumb-frozen',
on => `${on ? 'Freeze' : 'Unfreeze'} thumbnail`,
- on => 'arrows-alt-h',
+ on => 'snowflake',
(dv, doc) => {
if (doc['thumb-frozen']) doc['thumb-frozen'] = undefined;
else {