Fix download button for files on version page

This commit is contained in:
Geometrically
2021-01-03 11:38:59 -07:00
parent d2b26124e4
commit 0d80ea4f4c

View File

@@ -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>