summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/features/getting_started/components/announcements.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/features/getting_started/components/announcements.jsx')
-rw-r--r--app/javascript/mastodon/features/getting_started/components/announcements.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/mastodon/features/getting_started/components/announcements.jsx b/app/javascript/mastodon/features/getting_started/components/announcements.jsx
index bef9dfd9a6b..af309709a1a 100644
--- a/app/javascript/mastodon/features/getting_started/components/announcements.jsx
+++ b/app/javascript/mastodon/features/getting_started/components/announcements.jsx
@@ -14,9 +14,9 @@ import spring from 'react-motion/lib/spring';
import ReactSwipeableViews from 'react-swipeable-views';
import elephantUIPlane from 'mastodon/../images/elephant_ui_plane.svg';
-import { ReactComponent as AddIcon } from 'mastodon/../material-icons/400-20px/add.svg';
-import { ReactComponent as ChevronLeftIcon } from 'mastodon/../material-icons/400-20px/chevron_left.svg';
-import { ReactComponent as ChevronRightIcon } from 'mastodon/../material-icons/400-20px/chevron_right.svg';
+import { ReactComponent as AddIcon } from 'mastodon/../material-icons/400-24px/add.svg';
+import { ReactComponent as ChevronLeftIcon } from 'mastodon/../material-icons/400-24px/chevron_left.svg';
+import { ReactComponent as ChevronRightIcon } from 'mastodon/../material-icons/400-24px/chevron_right.svg';
import { AnimatedNumber } from 'mastodon/components/animated_number';
import { Icon } from 'mastodon/components/icon';
import { IconButton } from 'mastodon/components/icon_button';