From 9461b97ff0d37a98c04f1c384f4a6aee718fff22 Mon Sep 17 00:00:00 2001
From: Gaelle Morin <morin.gaelle@gmail.com>
Date: Thu, 20 Dec 2018 12:23:01 +0100
Subject: [PATCH] fix

---
 src/config.json         | 2 +-
 src/styles/members.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/config.json b/src/config.json
index 8779de9b..699b69f9 100644
--- a/src/config.json
+++ b/src/config.json
@@ -4,8 +4,8 @@
     "sdn": "https://test-paris.happy-dev.fr",
     "cdn": "https://cdn.happy-dev.fr",
     "xmpp": "https://jabber.happy-dev.fr/http-bind/",
-    "client_id": "833925"
     //"client_id": "499509"
+    "client_id": "833925"
   },
   "prod": {
     "sdn": "https://test-paris.happy-dev.fr",
diff --git a/src/styles/members.scss b/src/styles/members.scss
index 908626e8..46f0406c 100644
--- a/src/styles/members.scss
+++ b/src/styles/members.scss
@@ -122,7 +122,7 @@
         
 
         [name$='cell'] * {
-          @include icon('atom');
+          @include icon('user');
         }
 
         [name$='roles'] * {
-- 
GitLab