summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/components/poll.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/poll.jsx')
-rw-r--r--app/javascript/mastodon/components/poll.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/components/poll.jsx b/app/javascript/mastodon/components/poll.jsx
index 56b73400bb6..1af7da9994b 100644
--- a/app/javascript/mastodon/components/poll.jsx
+++ b/app/javascript/mastodon/components/poll.jsx
@@ -10,7 +10,7 @@ import ImmutablePureComponent from 'react-immutable-pure-component';
import escapeTextContentForBrowser from 'escape-html';
import spring from 'react-motion/lib/spring';
-import { ReactComponent as CheckIcon } from 'mastodon/../material-icons/400-20px/check.svg';
+import { ReactComponent as CheckIcon } from 'mastodon/../material-icons/400-24px/check.svg';
import { Icon } from 'mastodon/components/icon';
import emojify from 'mastodon/features/emoji/emoji';
import Motion from 'mastodon/features/ui/util/optional_motion';