Skip to content

Commit

Permalink
fixed legal page links. closes mozilla#1206
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Mar 7, 2019
1 parent 53acb4e commit dd8477d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/ui/legal.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,24 @@ module.exports = function(state, emit) {
<p class="mt-2">${state.translate('legalDateStamp')}</p>
<div class="overflow-scroll py-8 px-12">
<p class="leading-normal">
When Mozilla receives information from you, our
<span>When Mozilla receives information from you, our</span>
<a
href="https://www.mozilla.org/privacy/"
target="__blank"
rel="noopener noreferrer"
class="text-blue-dark hover:underline"
>Mozilla Privacy Policy</a
>
describes how we handle that information. Below are the top things
you should know about Firefox Send. You can also view the code
<span
>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
href="https://github.com/mozilla/send/blob/master/docs/metrics.md"
target="__blank"
rel="noopener noreferrer"
class="text-blue-dark hover:underline"
>here</a
>.
</p>
Expand Down

0 comments on commit dd8477d

Please sign in to comment.