Migrated from Google material design icons to vuetify default MDI
This commit is contained in:
@@ -28,7 +28,7 @@ export default {
|
||||
computed: {
|
||||
icon(){
|
||||
if (this.model.damageType === 'healing'){
|
||||
return 'group_work'
|
||||
return 'mdi-hospital-box-outline'
|
||||
} else {
|
||||
return getPropertyIcon('damage');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user