From 434ec913dd6aba1f4d9a5729c7ce3902bb7f35d2 Mon Sep 17 00:00:00 2001 From: Lynx Kotoura Date: Mon, 18 Jun 2018 22:33:11 +0900 Subject: [PATCH] Change list icons different from the getting-started icons (#7838) --- app/javascript/mastodon/features/getting_started/index.js | 2 +- app/javascript/mastodon/features/list_timeline/index.js | 2 +- app/javascript/mastodon/features/lists/index.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/javascript/mastodon/features/getting_started/index.js b/app/javascript/mastodon/features/getting_started/index.js index 0df2d8bbf..34c7a4298 100644 --- a/app/javascript/mastodon/features/getting_started/index.js +++ b/app/javascript/mastodon/features/getting_started/index.js @@ -95,7 +95,7 @@ export default class GettingStarted extends ImmutablePureComponent { navItems.push( , , - + ); height += 48*3; diff --git a/app/javascript/mastodon/features/list_timeline/index.js b/app/javascript/mastodon/features/list_timeline/index.js index 9a1e3c6d6..f08e77b7a 100644 --- a/app/javascript/mastodon/features/list_timeline/index.js +++ b/app/javascript/mastodon/features/list_timeline/index.js @@ -138,7 +138,7 @@ export default class ListTimeline extends React.PureComponent { return ( + @@ -66,7 +66,7 @@ export default class Lists extends ImmutablePureComponent { {lists.map(list => - + )}