Switch to the Android share icon.

This commit is contained in:
Donovan Preston 2019-01-23 09:42:13 -05:00
parent 16ba74e959
commit 73123a690b
3 changed files with 5 additions and 2 deletions

View file

@ -166,7 +166,7 @@ module.exports = function(state, emit, archive) {
class="text-blue hover:text-blue-dark focus:text-blue-darker self-end font-medium flex items-center"
onclick=${share}
>
<img src="${assets.get('share-16.svg')}" class="mr-2" /> Share
<img src="${assets.get('share-24.svg')}" class="mr-2" /> Share
</button>
`;
return html`