about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/list_timeline
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2018-09-28 03:36:36 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-09-27 20:36:36 +0200
commit3f9ec3de82c1a3879a2b092672f51c1caca76f5c (patch)
treedfedda7e044aeb59c2c7abc2ed659bc513afcae6 /app/javascript/mastodon/features/list_timeline
parenta72a939334016c093884d6dca911d2b450872f91 (diff)
Fix some icon names changed by the Font Awesome 5. (#8796)
Diffstat (limited to 'app/javascript/mastodon/features/list_timeline')
-rw-r--r--app/javascript/mastodon/features/list_timeline/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/list_timeline/index.js b/app/javascript/mastodon/features/list_timeline/index.js
index 78ea7624a..cdfb068cf 100644
--- a/app/javascript/mastodon/features/list_timeline/index.js
+++ b/app/javascript/mastodon/features/list_timeline/index.js
@@ -154,7 +154,7 @@ class ListTimeline extends React.PureComponent {
             </button>
 
             <button className='text-btn column-header__setting-btn' tabIndex='0' onClick={this.handleDeleteClick}>
-              <i className='fas fa-trash' /> <FormattedMessage id='lists.delete' defaultMessage='Delete list' />
+              <i className='fas fa-trash-alt' /> <FormattedMessage id='lists.delete' defaultMessage='Delete list' />
             </button>
           </div>