summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/components/verified_badge.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/verified_badge.tsx')
-rw-r--r--app/javascript/mastodon/components/verified_badge.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/components/verified_badge.tsx b/app/javascript/mastodon/components/verified_badge.tsx
index af4ba7d5995..2114a6dc1a7 100644
--- a/app/javascript/mastodon/components/verified_badge.tsx
+++ b/app/javascript/mastodon/components/verified_badge.tsx
@@ -1,4 +1,4 @@
-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 './icon';