diff --git a/app/templates/header/index.js b/app/templates/header/index.js index 246f2e95..ac19cd7a 100644 --- a/app/templates/header/index.js +++ b/app/templates/header/index.js @@ -1,4 +1,5 @@ const html = require('choo/html'); +const raw = require('choo/html/raw'); const assets = require('../../../common/assets'); /* The current weback config uses package.json to generate @@ -14,6 +15,7 @@ const version = require('../../../package.json').version || 'VERSION'; const browser = browserName(); module.exports = function(state) { + const feedbackUrl = `https://qsurvey.mozilla.com/s3/txp-firefox-send?ver=${version}&browser=${browser}`; return html`
- ${state.translate('siteFeedback')} diff --git a/server/layout.js b/server/layout.js index 5fa9c732..460a8e50 100644 --- a/server/layout.js +++ b/server/layout.js @@ -60,7 +60,7 @@ module.exports = function(state, body = '') { 'favicon-144.png' )}"> - +