Skip to content

Commit 70871ef

Browse files
committed
icon fix and Component Attritbute change
1 parent e4ec2c4 commit 70871ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/left-sidebar/ComponentTab/Icons.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
data() {
3838
return {
3939
//to give the child componenets of the active components icons
40-
childIcon: ["fa-solid fa-code"]
40+
childIcon: ["fas fa-code fa-lg"]
4141
};
4242
},
4343
name: "Icons",

src/components/left-sidebar/ComponentTab/UpdateMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Description:
6565
<br />
6666
</q-expansion-item>
6767
<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">
6969
<AttributesSubMenu />
7070
</q-expansion-item>
7171
<!-- Props item that has AddProps component in it -->

0 commit comments

Comments
 (0)