summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/components/edited_timestamp/index.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/edited_timestamp/index.jsx')
-rw-r--r--app/javascript/mastodon/components/edited_timestamp/index.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/components/edited_timestamp/index.jsx b/app/javascript/mastodon/components/edited_timestamp/index.jsx
index e27a142a354..ca4bb71122d 100644
--- a/app/javascript/mastodon/components/edited_timestamp/index.jsx
+++ b/app/javascript/mastodon/components/edited_timestamp/index.jsx
@@ -5,7 +5,7 @@ import { FormattedMessage, injectIntl } from 'react-intl';
import { connect } from 'react-redux';
-import { ReactComponent as ArrowDropDownIcon } from 'mastodon/../material-icons/400-20px/arrow_drop_down.svg';
+import { ReactComponent as ArrowDropDownIcon } from 'mastodon/../material-icons/400-24px/arrow_drop_down.svg';
import { openModal } from 'mastodon/actions/modal';
import { Icon } from 'mastodon/components/icon';
import InlineAccount from 'mastodon/components/inline_account';