From e2a0ecda3b6ec7a33afd57c825b9f0bedf959c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thirion=20Aur=C3=A9lien?= Date: Fri, 4 Mar 2022 13:39:50 +0100 Subject: [PATCH] fix: [username] user icon --- var/www/modules/hashDecoded/Flask_hashDecoded.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/www/modules/hashDecoded/Flask_hashDecoded.py b/var/www/modules/hashDecoded/Flask_hashDecoded.py index 74d2d3e4..1470809b 100644 --- a/var/www/modules/hashDecoded/Flask_hashDecoded.py +++ b/var/www/modules/hashDecoded/Flask_hashDecoded.py @@ -131,7 +131,7 @@ def get_icon(correlation_type, type_id): elif type_id == 'twitter': icon_text = 'fab fa-twitter' elif type_id == 'jabber': - icon_text = 'fa fa-user' + icon_text = 'fas fa-user' return icon_text def get_icon_text(correlation_type, type_id):