fix: [username] user icon

pull/586/head
Thirion Aurélien 2022-03-04 13:39:50 +01:00 committed by GitHub
parent 36772372b9
commit e2a0ecda3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):