added title to download link
This commit is contained in:
parent
f0a60d8c8e
commit
6fd3019aba
|
@ -180,6 +180,7 @@ module.exports = function(state, emit, archive) {
|
|||
<a
|
||||
class="flex items-baseline text-blue-dark hover:text-blue-darker focus:text-blue-darker"
|
||||
href="${archive.url}"
|
||||
title="${state.translate('downloadButtonLabel')}"
|
||||
tabindex="0"
|
||||
>
|
||||
<img src="${assets.get('dl.svg')}" class="mr-2" />
|
||||
|
|
Loading…
Reference in New Issue