Skip to content

Commit 00c52fd

Browse files
authored
Merge pull request #110 from webxdc/adb/tweak-download-btn
tweak download button's label
2 parents 8b08bbb + f8a1018 commit 00c52fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/apps/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const Dialog = ({app, modal, toggleModal}) => {
8888
</div>
8989
<div class="button-container">
9090
<a href="${xdcget_export + "/" + app.cache_relname}" target="_blank" class="button">
91-
Download
91+
Add to Chat
9292
</a>
9393
<button class="ghost" onClick=${() => toggleModal(false)}>Close</button>
9494
</div>

0 commit comments

Comments
 (0)