added download icon

This commit is contained in:
Danny Coates 2019-01-28 15:44:14 -08:00
parent 8794b1d101
commit d159825b27
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 3 additions and 1 deletions

View file

@ -168,9 +168,10 @@ module.exports = function(state, emit, archive) {
platform() === 'web'
? html`
<a
class="text-blue hover:text-blue-dark focus:text-blue-darker font-medium"
class="flex items-end text-blue hover:text-blue-dark focus:text-blue-darker font-medium"
href="${archive.url}"
>
<img src="${assets.get('download.svg')}" class="mr-1" />
${state.translate('downloadButtonLabel')}
</a>
`