forked from didirus/AstralRinth
Fix download button for files on version page
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
</div>
|
||||
<a
|
||||
:href="file.url"
|
||||
@click.prevent="downloadFile(file.hash, file.url)"
|
||||
@click.prevent="downloadFile(file.hashes.sha1, file.url)"
|
||||
>
|
||||
<DownloadIcon />
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user