summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/components/attachment_list.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/attachment_list.jsx')
-rw-r--r--app/javascript/mastodon/components/attachment_list.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/components/attachment_list.jsx b/app/javascript/mastodon/components/attachment_list.jsx
index 05a78f1ce46..7599b2ed37e 100644
--- a/app/javascript/mastodon/components/attachment_list.jsx
+++ b/app/javascript/mastodon/components/attachment_list.jsx
@@ -7,7 +7,7 @@ import classNames from 'classnames';
import ImmutablePropTypes from 'react-immutable-proptypes';
import ImmutablePureComponent from 'react-immutable-pure-component';
-import { ReactComponent as LinkIcon } from 'mastodon/../material-icons/400-20px/link.svg';
+import { ReactComponent as LinkIcon } from 'mastodon/../material-icons/400-24px/link.svg';
import { Icon } from 'mastodon/components/icon';
const filename = url => url.split('/').pop().split('#')[0].split('?')[0];