fix(frontend): Download PDFs instead of previewing them

This commit is contained in:
TheOnlyWayUp
2024-12-08 13:11:47 +00:00
parent 5d9eefd03c
commit d924e1b6ce
+1
View File
@@ -210,6 +210,7 @@
class:btn-disabled={button_disabled} class:btn-disabled={button_disabled}
data-umami-event="Download" data-umami-event="Download"
href={url} href={url}
download
on:click={() => (after_download_page = true)}>Download</a on:click={() => (after_download_page = true)}>Download</a
> >