Skip to content

Commit de7d08d

Browse files
Merge pull request #714 from appwrite/fix-design-review
fix: new dpa
2 parents f17965d + efd9c78 commit de7d08d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/lib/components/consent.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<div class="u-flex u-gap-8">
9898
<input type="checkbox" checked disabled />
9999
<div>
100-
<span class="text u-bold">Strictly Necessary Cookies</span>
100+
<span class="text u-bold">Strictly necessary cookies</span>
101101
<p class="text u-margin-block-start-8">
102102
These are the cookies required for Appwrite to function.
103103
</p>
@@ -106,7 +106,7 @@
106106
<div class="u-flex u-gap-8">
107107
<input id="analytics" type="checkbox" bind:checked={selected['analytics']} />
108108
<div>
109-
<label for="analytics" class="text u-bold">Product Analytics</label>
109+
<label for="analytics" class="text u-bold">Product analytics</label>
110110
<span class="">(optional)</span>
111111
<p class="text u-margin-block-start-8">
112112
We include analytics cookies to understand how you use our product and design

src/routes/console/organization-[organization]/settings/downloadDPA.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
external
4040
class="u-margin-block-start-16"
4141
on:click={downloadPdf}
42-
href="/Appwrite_DPA.pdf"
42+
href="/legal/dpa.pdf"
4343
event="download_dpa">
4444
<span class="icon-download" aria-hidden="true" />
4545
<span class="text">Download</span>

0 commit comments

Comments
 (0)