summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/features/ui/components/boost_modal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/features/ui/components/boost_modal.jsx')
-rw-r--r--app/javascript/mastodon/features/ui/components/boost_modal.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/mastodon/features/ui/components/boost_modal.jsx b/app/javascript/mastodon/features/ui/components/boost_modal.jsx
index 851acbb7197..7e9d8c98192 100644
--- a/app/javascript/mastodon/features/ui/components/boost_modal.jsx
+++ b/app/javascript/mastodon/features/ui/components/boost_modal.jsx
@@ -9,8 +9,7 @@ import ImmutablePropTypes from 'react-immutable-proptypes';
import ImmutablePureComponent from 'react-immutable-pure-component';
import { connect } from 'react-redux';
-import RepeatIcon from '@material-symbols/svg-600/outlined/repeat.svg?react';
-
+import RepeatIcon from 'mastodon/../material-icons/400-24px/repeat.svg?react';
import { changeBoostPrivacy } from 'mastodon/actions/boosts';
import AttachmentList from 'mastodon/components/attachment_list';
import { Icon } from 'mastodon/components/icon';