Skip to content

Commit 3ae7bca

Browse files
committed
Fix download app button
1 parent 3e0e10e commit 3ae7bca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/app/components/MessageThread.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ function onInstallApp() {
9797
:href="appStore.appData.appDownloadUrl"
9898
@click="onInstallApp"
9999
>
100-
<v-icon :icon="mdiDownload" />
101-
Install App
100+
<v-icon :icon="mdiDownload" start />
101+
Download App
102102
</v-btn>
103103
</div>
104104
<v-list

0 commit comments

Comments
 (0)