diff --git a/src/lib/components/consent.svelte b/src/lib/components/consent.svelte index 4ef436ad31..d0ecd9e1c8 100644 --- a/src/lib/components/consent.svelte +++ b/src/lib/components/consent.svelte @@ -97,7 +97,7 @@
These are the cookies required for Appwrite to function.
@@ -106,7 +106,7 @@We include analytics cookies to understand how you use our product and design diff --git a/src/routes/console/organization-[organization]/settings/downloadDPA.svelte b/src/routes/console/organization-[organization]/settings/downloadDPA.svelte index e6d2a38c18..69f364c54f 100644 --- a/src/routes/console/organization-[organization]/settings/downloadDPA.svelte +++ b/src/routes/console/organization-[organization]/settings/downloadDPA.svelte @@ -39,7 +39,7 @@ external class="u-margin-block-start-16" on:click={downloadPdf} - href="/Appwrite_DPA.pdf" + href="/legal/dpa.pdf" event="download_dpa"> Download diff --git a/static/Appwrite_DPA.pdf b/static/legal/dpa.pdf similarity index 84% rename from static/Appwrite_DPA.pdf rename to static/legal/dpa.pdf index 322d66ff7a..0f69cf634a 100644 Binary files a/static/Appwrite_DPA.pdf and b/static/legal/dpa.pdf differ