added download icon
This commit is contained in:
parent
8794b1d101
commit
d159825b27
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue