From: Lynx Kotoura Date: Mon, 18 Jun 2018 13:33:11 +0000 (+0900) Subject: Change list icons different from the getting-started icons (#7838) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=434ec913dd6aba1f4d9a5729c7ce3902bb7f35d2;p=mastodon.git Change list icons different from the getting-started icons (#7838) --- 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 => - + )}