fix: add event

This commit is contained in:
Arman
2023-12-28 15:13:22 +01:00
parent dbe11075fb
commit 2845b22aee
@@ -31,7 +31,11 @@
Legal document outlining the terms and conditions under which personal data is
processed.
</p>
<Button secondary class="u-margin-block-start-16" on:click={downloadPdf}>
<Button
secondary
class="u-margin-block-start-16"
on:click={downloadPdf}
event="download_dpa">
<span class="icon-download" aria-hidden="true" />
<span class="text">Download</span>
</Button>