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