diff --git a/app/javascript/mastodon/features/compose/components/privacy_dropdown.jsx b/app/javascript/mastodon/features/compose/components/privacy_dropdown.jsx index ace3a24d9a..3c4ee7ad51 100644 --- a/app/javascript/mastodon/features/compose/components/privacy_dropdown.jsx +++ b/app/javascript/mastodon/features/compose/components/privacy_dropdown.jsx @@ -10,7 +10,6 @@ import { supportsPassiveEvents } from 'detect-passive-events'; import Overlay from 'react-overlays/Overlay'; import CircleIcon from 'mastodon/../material-icons/400-24px/account_circle.svg?react'; -import ReplyIcon from 'mastodon/../material-icons/400-24px/alternate_email.svg?react'; import AlternateEmailIcon from 'mastodon/../material-icons/400-24px/alternate_email.svg?react'; import PublicUnlistedIcon from 'mastodon/../material-icons/400-24px/cloud.svg?react'; import MutualIcon from 'mastodon/../material-icons/400-24px/compare_arrows.svg?react'; @@ -18,6 +17,7 @@ import LoginIcon from 'mastodon/../material-icons/400-24px/key.svg?react'; import LockIcon from 'mastodon/../material-icons/400-24px/lock.svg?react'; import LockOpenIcon from 'mastodon/../material-icons/400-24px/no_encryption.svg?react'; import PublicIcon from 'mastodon/../material-icons/400-24px/public.svg?react'; +import ReplyIcon from 'mastodon/../material-icons/400-24px/reply.svg?react'; import { Icon } from 'mastodon/components/icon'; import { enableLoginPrivacy, enableLocalPrivacy } from 'mastodon/initial_state'; diff --git a/app/javascript/mastodon/features/notifications/components/notification.jsx b/app/javascript/mastodon/features/notifications/components/notification.jsx index 69c9b418e2..cb274fd719 100644 --- a/app/javascript/mastodon/features/notifications/components/notification.jsx +++ b/app/javascript/mastodon/features/notifications/components/notification.jsx @@ -14,8 +14,8 @@ import EditIcon from 'mastodon/../material-icons/400-24px/edit.svg?react'; import FlagIcon from 'mastodon/../material-icons/400-24px/flag-fill.svg?react'; import HomeIcon from 'mastodon/../material-icons/400-24px/home-fill.svg?react'; import InsertChartIcon from 'mastodon/../material-icons/400-24px/insert_chart.svg?react'; -import ListAltIcon from 'mastodon/../material-icons/400-24px/insert_chart.svg?react'; import ReferenceIcon from 'mastodon/../material-icons/400-24px/link.svg?react'; +import ListAltIcon from 'mastodon/../material-icons/400-24px/list_alt.svg?react'; import PersonIcon from 'mastodon/../material-icons/400-24px/person-fill.svg?react'; import PersonAddIcon from 'mastodon/../material-icons/400-24px/person_add-fill.svg?react'; import RepeatIcon from 'mastodon/../material-icons/400-24px/repeat.svg?react';