forked from FoundKeyGang/FoundKey
fix(client): Add missing icon
This commit is contained in:
parent
97cdfa662e
commit
766c00c305
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ export default Vue.extend({
|
|||
name: 'flags',
|
||||
icon: faFlag,
|
||||
isActive: false
|
||||
}]
|
||||
}],
|
||||
faAsterisk
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue