Switch to the Android share icon.
This commit is contained in:
parent
16ba74e959
commit
73123a690b
3 changed files with 5 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue