mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
updated share button text
This commit is contained in:
@@ -172,9 +172,9 @@ module.exports = function(state, emit, archive) {
|
||||
<button
|
||||
class="text-blue-dark hover:text-blue-darker focus:text-blue-darker self-end flex items-end"
|
||||
onclick=${share}
|
||||
title="Share"
|
||||
title="Share link"
|
||||
>
|
||||
<img src="${assets.get('share-24.svg')}" class="mr-2" />Share
|
||||
<img src="${assets.get('share-24.svg')}" class="mr-2" />Share link
|
||||
</button>
|
||||
`
|
||||
: html`
|
||||
|
||||
Reference in New Issue
Block a user