Removed unused css class from icon
This commit is contained in:
parent
b6cc872cd5
commit
944377f111
@ -99,10 +99,10 @@ Handlebars.registerHelper("msgDateFormat", function (date: string) {
|
||||
Handlebars.registerHelper("lockIcon", function (unlocked: boolean) {
|
||||
switch (unlocked) {
|
||||
case true: {
|
||||
return '<i class="fas fa-lock-open user-passphrase"></i>';
|
||||
return '<i class="fas fa-lock-open"></i>';
|
||||
}
|
||||
default: {
|
||||
return '<i class="fas fa-lock user-passphrase"></i>';
|
||||
return '<i class="fas fa-lock"></i>';
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user