updated share button text

This commit is contained in:
Danny Coates 2019-03-09 20:56:33 -08:00
parent bd61d2fb3e
commit 8abc1b6364
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 2 additions and 2 deletions

View File

@ -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`