Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vintikzzz committed Nov 30, 2024
1 parent afa5111 commit 7f6a38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/views/action/download_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var wgetCmd = `wget -c -O "${file}" -t 20 "${url}"`;
</script>
{{- if .Data.HasAds }}
<pre class="warn-summary"><span>Your current download speed will be limited to {{ .Claims.Claims.Connection.Rate }}Mbps, <a href="/donate" data-umami-event="donate-download-link" class="link" target="_blank">donate</a> to increase your speed and remove ads!</span></pre>
<pre class="warn-summary"><span>Your current download speed will be limited to {{ .Claims.Claims.Connection.Rate }}Mbps, <a href="/donate" data-umami-event="donate-download" class="link" target="_blank">donate</a> to increase your speed and remove ads!</span></pre>
{{- end }}
<div class="pt-3 ml-3 flex flex-wrap justify-end">
{{- if .Data.HasAds }}
Expand Down

0 comments on commit 7f6a38c

Please sign in to comment.