summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/features/status/components/card.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/features/status/components/card.jsx')
-rw-r--r--app/javascript/mastodon/features/status/components/card.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/mastodon/features/status/components/card.jsx b/app/javascript/mastodon/features/status/components/card.jsx
index 0f42216d6ef..3f83a1ccc0c 100644
--- a/app/javascript/mastodon/features/status/components/card.jsx
+++ b/app/javascript/mastodon/features/status/components/card.jsx
@@ -10,9 +10,9 @@ import classNames from 'classnames';
import Immutable from 'immutable';
import ImmutablePropTypes from 'react-immutable-proptypes';
-import { ReactComponent as DescriptionIcon } from 'mastodon/../material-icons/400-20px/description-fill.svg';
-import { ReactComponent as OpenInNewIcon } from 'mastodon/../material-icons/400-20px/open_in_new.svg';
-import { ReactComponent as PlayArrowIcon } from 'mastodon/../material-icons/400-20px/play_arrow-fill.svg';
+import { ReactComponent as DescriptionIcon } from 'mastodon/../material-icons/400-24px/description-fill.svg';
+import { ReactComponent as OpenInNewIcon } from 'mastodon/../material-icons/400-24px/open_in_new.svg';
+import { ReactComponent as PlayArrowIcon } from 'mastodon/../material-icons/400-24px/play_arrow-fill.svg';
import { Blurhash } from 'mastodon/components/blurhash';
import { Icon } from 'mastodon/components/icon';
import { RelativeTimestamp } from 'mastodon/components/relative_timestamp';