update survey url (#1179)

This commit is contained in:
John Gruen 2019-03-01 18:05:26 +01:00 committed by Danny Coates
parent 421967ea81
commit 10c7f8ab43
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Footer extends Component {
createElement() {
const translate = this.state.translate;
const browser = browserName();
const feedbackUrl = `https://qsurvey.mozilla.com/s3/txp-firefox-send?ver=${version}&browser=${browser}`;
const feedbackUrl = `https://qsurvey.mozilla.com/s3/Firefox-Send-Product-Feedback?ver=${version}&browser=${browser}`;
return html`
<footer
class="flex flex-col md:flex-row items-start w-full flex-none self-start p-6 font-medium text-xs text-grey-dark md:items-center justify-between"