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
|
<button
|
||||||
class="text-blue-dark hover:text-blue-darker focus:text-blue-darker self-end flex items-end"
|
class="text-blue-dark hover:text-blue-darker focus:text-blue-darker self-end flex items-end"
|
||||||
onclick=${share}
|
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>
|
</button>
|
||||||
`
|
`
|
||||||
: html`
|
: html`
|
||||||
|
|||||||
Reference in New Issue
Block a user