diff --git a/README.md b/README.md index 48ea8d11..3a2014af 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [![Firefox Send](./assets/logo.svg)](https://send.firefox.com/) +# [![Firefox Send](./assets/icon.svg)](https://send.firefox.com/) Firefox Send [![CircleCI](https://img.shields.io/circleci/project/github/mozilla/send.svg)](https://circleci.com/gh/mozilla/send) diff --git a/android/android.js b/android/android.js index 0a1e4d24..22069ea1 100644 --- a/android/android.js +++ b/android/android.js @@ -60,9 +60,7 @@ function body(main) { `; */ return html` -
- + + +
+
${state.translate('copyLinkDescription')} ${name}
${state.translate('downloadDescription')}
${state.translate('trySendDescription')}
diff --git a/app/ui/downloadPassword.js b/app/ui/downloadPassword.js index 1b505618..52a2ae17 100644 --- a/app/ui/downloadPassword.js +++ b/app/ui/downloadPassword.js @@ -6,12 +6,14 @@ module.exports = function(state, emit) { const div = html`
diff --git a/app/ui/footer.js b/app/ui/footer.js index fab82a0c..1b16c5d2 100644 --- a/app/ui/footer.js +++ b/app/ui/footer.js @@ -19,12 +19,9 @@ class Footer extends Component { const feedbackUrl = `https://qsurvey.mozilla.com/s3/Firefox-Send-Product-Feedback?ver=${version}&browser=${browser}`; return html`