const html = require('choo/html'); const assets = require('../../common/assets'); module.exports = function(state) { let strings = {}; let why = ''; let url = ''; let buttonAction = ''; if (state.params.reason !== 'outdated') { strings = unsupportedStrings(state); why = html` ${state.translate('notSupportedLink')} `; url = 'https://www.mozilla.org/firefox/new/?utm_campaign=send-acquisition&utm_medium=referral&utm_source=send.firefox.com'; buttonAction = html`
Firefox
${strings.button}
${strings.button}
`; } return html`