summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/features/report/components/option.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/features/report/components/option.jsx')
-rw-r--r--app/javascript/mastodon/features/report/components/option.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/report/components/option.jsx b/app/javascript/mastodon/features/report/components/option.jsx
index 22bab72a41a..796d0422302 100644
--- a/app/javascript/mastodon/features/report/components/option.jsx
+++ b/app/javascript/mastodon/features/report/components/option.jsx
@@ -3,7 +3,7 @@ import { PureComponent } from 'react';
import classNames from 'classnames';
-import { ReactComponent as CheckIcon } from 'mastodon/../material-icons/400-20px/done.svg';
+import { ReactComponent as CheckIcon } from 'mastodon/../material-icons/400-24px/done.svg';
import { Icon } from 'mastodon/components/icon';
export default class Option extends PureComponent {