fixed icons size

This commit is contained in:
gabryon99 2021-05-04 10:39:38 +02:00
parent 994afbaf52
commit e455fbbeca
111 changed files with 122 additions and 122 deletions

View file

@ -21,7 +21,7 @@ local alert_user_activity = classes.class(alert)
alert_user_activity.meta = {
alert_key = other_alert_keys.alert_user_activity,
i18n_title = "alerts_dashboard.user_activity",
icon = "fas fa-user",
icon = "fas fa-fw fa-user",
}
-- ##############################################