Skip to content

Commit 4dfc62a

Browse files
authored
Call the assemble button "Assemble" (#34)
1 parent 23f07a9 commit 4dfc62a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/gui/src/components/editor/Editor.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
location="right"
5353
activator="parent"
5454
>
55-
<span v-if="activeFileStore.path === null">Assemble</span>
56-
<span v-else>Build</span>
55+
<span>Assemble</span>
5756
</v-tooltip>
5857
</v-list-item>
5958
<v-list-item
@@ -421,4 +420,4 @@ export default {
421420
.contents {
422421
display: contents;
423422
}
424-
</style>
423+
</style>

0 commit comments

Comments
 (0)