Skip to content

Commit

Permalink
dpa.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi-raj-jain committed Oct 10, 2024
1 parent bee2313 commit b7b3696
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/vue-pages/dpa.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const domain = config.public.baseUrl
<p>{{ translations['dpa_privacy_security_7'][props.locale] }}</p>
<p>
{{ translations['dpa_privacy_security_8'][props.locale] }}
<a href="https://www.apple.com/legal/privacy/en-ww/" rel="external nofollow noopener" target="_blank">{{ translations['data_policy'][props.locale] }}</a>.
<a href="https://www.apple.com/legal/privacy/en-ww/" rel="external nofollow noopener" target="_blank">{{ translations['data_policy_title'][props.locale] }}</a
>.
</p>
<h2>{{ translations['dpa_security_measures_title'][props.locale] }}</h2>
<p>{{ translations['dpa_security_measures_1'][props.locale] }}</p>
Expand Down Expand Up @@ -75,9 +76,9 @@ const domain = config.public.baseUrl
<p>{{ translations['dpa_contact_1'][props.locale] }}</p>
<ul>
<li>
{{ translations['dpa_contact_2'][props.locale] }}
{{ translations['dpa_contact_2'][props.locale] }}
<a :href="`${domain}/#support`" rel="external nofollow noopener" target="_blank">{{ domain }}/#support</a>
</li>
</ul>
</div>
</template>
</template>

0 comments on commit b7b3696

Please sign in to comment.