File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default {
37
37
data () {
38
38
return {
39
39
// to give the child componenets of the active components icons
40
- childIcon: [" fa-solid fa-code " ]
40
+ childIcon: [" fas fa-code fa-lg " ]
41
41
};
42
42
},
43
43
name: " Icons" ,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Description:
65
65
<br />
66
66
</q-expansion-item >
67
67
<InputHTMLMenu v-model =" attributeModal" v-if =" attributeModal === true && this.activeLayer.lineage.length === 0 " class =" htmlElement-selected" />
68
- <q-expansion-item group =" accordion" label =" HTML Attributes" >
68
+ <q-expansion-item group =" accordion" label =" Component Attributes" >
69
69
<AttributesSubMenu />
70
70
</q-expansion-item >
71
71
<!-- Props item that has AddProps component in it -->
You can’t perform that action at this time.
0 commit comments