From 3f9ec3de82c1a3879a2b092672f51c1caca76f5c Mon Sep 17 00:00:00 2001 From: mayaeh Date: Fri, 28 Sep 2018 03:36:36 +0900 Subject: Fix some icon names changed by the Font Awesome 5. (#8796) --- app/javascript/mastodon/features/video/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript/mastodon/features/video/index.js') diff --git a/app/javascript/mastodon/features/video/index.js b/app/javascript/mastodon/features/video/index.js index 9ef098605..e1e284b5a 100644 --- a/app/javascript/mastodon/features/video/index.js +++ b/app/javascript/mastodon/features/video/index.js @@ -370,7 +370,7 @@ class Video extends React.PureComponent {
{(!fullscreen && onOpenVideo) && } {onCloseVideo && } - +
-- cgit