fixed legal page links. closes #1206
This commit is contained in:
parent
53acb4ed8b
commit
dd8477da64
1 changed files with 8 additions and 3 deletions
|
@ -12,19 +12,24 @@ module.exports = function(state, emit) {
|
||||||
<p class="mt-2">${state.translate('legalDateStamp')}</p>
|
<p class="mt-2">${state.translate('legalDateStamp')}</p>
|
||||||
<div class="overflow-scroll py-8 px-12">
|
<div class="overflow-scroll py-8 px-12">
|
||||||
<p class="leading-normal">
|
<p class="leading-normal">
|
||||||
When Mozilla receives information from you, our
|
<span>When Mozilla receives information from you, our</span>
|
||||||
<a
|
<a
|
||||||
href="https://www.mozilla.org/privacy/"
|
href="https://www.mozilla.org/privacy/"
|
||||||
target="__blank"
|
target="__blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
class="text-blue-dark hover:underline"
|
||||||
>Mozilla Privacy Policy</a
|
>Mozilla Privacy Policy</a
|
||||||
>
|
>
|
||||||
describes how we handle that information. Below are the top things
|
<span
|
||||||
you should know about Firefox Send. You can also view the code
|
>describes how we handle that information. Below are the top
|
||||||
|
things you should know about Firefox Send. You can also view the
|
||||||
|
code</span
|
||||||
|
>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/mozilla/send/blob/master/docs/metrics.md"
|
href="https://github.com/mozilla/send/blob/master/docs/metrics.md"
|
||||||
target="__blank"
|
target="__blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
class="text-blue-dark hover:underline"
|
||||||
>here</a
|
>here</a
|
||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue