summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/features/home_timeline/index.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/features/home_timeline/index.jsx')
-rw-r--r--app/javascript/mastodon/features/home_timeline/index.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/mastodon/features/home_timeline/index.jsx b/app/javascript/mastodon/features/home_timeline/index.jsx
index c63b1f7dcd2..cb7b42afcf2 100644
--- a/app/javascript/mastodon/features/home_timeline/index.jsx
+++ b/app/javascript/mastodon/features/home_timeline/index.jsx
@@ -10,8 +10,8 @@ import { List as ImmutableList } from 'immutable';
import { connect } from 'react-redux';
import { createSelector } from 'reselect';
-import { ReactComponent as CampaignIcon } from 'mastodon/../material-icons/400-20px/campaign.svg';
-import { ReactComponent as HomeIcon } from 'mastodon/../material-icons/400-20px/home-fill.svg';
+import { ReactComponent as CampaignIcon } from 'mastodon/../material-icons/400-24px/campaign.svg';
+import { ReactComponent as HomeIcon } from 'mastodon/../material-icons/400-24px/home-fill.svg';
import { fetchAnnouncements, toggleShowAnnouncements } from 'mastodon/actions/announcements';
import { IconWithBadge } from 'mastodon/components/icon_with_badge';
import { NotSignedInIndicator } from 'mastodon/components/not_signed_in_indicator';