summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_header.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-08-09 00:30:19 +0500
committerenahum <nahumhbl@gmail.com>2016-08-08 14:30:19 -0500
commit9a59b7912ae9b4b4600d08698978b6781c723ad4 (patch)
treea3968ac940ba3ac3b040f1042df404de3e3e0623 /webapp/components/channel_header.jsx
parent3dfc6c30d36d8a3176e38d77e03b53b6b4a1c87a (diff)
downloadchat-9a59b7912ae9b4b4600d08698978b6781c723ad4.tar.gz
chat-9a59b7912ae9b4b4600d08698978b6781c723ad4.tar.bz2
chat-9a59b7912ae9b4b4600d08698978b6781c723ad4.zip
PLT-3817 - Updating flag icon (#3750)
* Updating flag icon * Updating padding for user list * Removing stroke from hover * PLT-3794 - Fixing integrations css
Diffstat (limited to 'webapp/components/channel_header.jsx')
-rw-r--r--webapp/components/channel_header.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/channel_header.jsx b/webapp/components/channel_header.jsx
index 609a15d73..65c856b4a 100644
--- a/webapp/components/channel_header.jsx
+++ b/webapp/components/channel_header.jsx
@@ -224,7 +224,7 @@ export default class ChannelHeader extends React.Component {
}
render() {
- const flagIcon = Constants.FLAG_ICON_OUTLINE_SVG;
+ const flagIcon = Constants.FLAG_ICON_SVG;
if (!this.validState()) {
return null;