mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [username] user icon
This commit is contained in:
parent
36772372b9
commit
e2a0ecda3b
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue