Fix download buttons in the changelog page (#376)

This commit is contained in:
BasiqueEvangelist 2022-03-04 23:16:45 +03:00 committed by GitHub
parent 6ca40afac0
commit 2df93c2ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,12 +39,6 @@
:href="$parent.findPrimary(version).url"
class="iconified-button download"
:title="`Download ${version.name}`"
@click.prevent="
$parent.downloadFile(
$parent.findPrimary(version).hashes.sha1,
$parent.findPrimary(version).url
)
"
>
<DownloadIcon aria-hidden="true" />
Download