From 046c60cb61bd585e2fb2850320d229ab0487d9ba Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 20 Oct 2020 21:18:23 +0300 Subject: cancel -> times --- src/components/chat_panel/chat_panel.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/components/chat_panel/chat_panel.js') diff --git a/src/components/chat_panel/chat_panel.js b/src/components/chat_panel/chat_panel.js index 3dfec6df..c3887098 100644 --- a/src/components/chat_panel/chat_panel.js +++ b/src/components/chat_panel/chat_panel.js @@ -1,9 +1,13 @@ import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator' import { library } from '@fortawesome/fontawesome-svg-core' -import { faBullhorn } from '@fortawesome/free-solid-svg-icons' +import { + faBullhorn, + faTimes +} from '@fortawesome/free-solid-svg-icons' library.add( - faBullhorn + faBullhorn, + faTimes ) const chatPanel = { -- cgit v1.2.3-70-g09d2