Skip to content

Commit

Permalink
Udpate Titlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Jun 1, 2024
1 parent 1cf6a7a commit 2b7eaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TitleBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const destinationInfo = computed(() => {
</script>

<template>
<Tq.TitleBar name="Koma" class="title" icon="favicon.svg">
<Tq.TitleBar name="Koma" icon="favicon.svg">
<template #left>
<Tq.InputString v-model="project.name" style="width: 8em" />
<Tq.IconIndicator
Expand Down

0 comments on commit 2b7eaee

Please sign in to comment.