summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/components/badge.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/badge.jsx')
-rw-r--r--app/javascript/mastodon/components/badge.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/mastodon/components/badge.jsx b/app/javascript/mastodon/components/badge.jsx
index c87b536f036..97d9224109a 100644
--- a/app/javascript/mastodon/components/badge.jsx
+++ b/app/javascript/mastodon/components/badge.jsx
@@ -2,9 +2,9 @@ import PropTypes from 'prop-types';
import { FormattedMessage } from 'react-intl';
-import { ReactComponent as GroupsIcon } from 'mastodon/../material-icons/400-20px/group.svg';
-import { ReactComponent as PersonIcon } from 'mastodon/../material-icons/400-20px/person.svg';
-import { ReactComponent as SmartToyIcon } from 'mastodon/../material-icons/400-20px/smart_toy.svg';
+import { ReactComponent as GroupsIcon } from 'mastodon/../material-icons/400-24px/group.svg';
+import { ReactComponent as PersonIcon } from 'mastodon/../material-icons/400-24px/person.svg';
+import { ReactComponent as SmartToyIcon } from 'mastodon/../material-icons/400-24px/smart_toy.svg';
export const Badge = ({ icon, label, domain }) => (