${strings.header}
-${strings.description}
+${strings.header}
+${strings.description}
${why} - - - ${buttonAction} + + ${strings.button}diff --git a/app/ui/unsupported.js b/app/ui/unsupported.js index bc585634..c7bc889e 100644 --- a/app/ui/unsupported.js +++ b/app/ui/unsupported.js @@ -1,12 +1,10 @@ const html = require('choo/html'); -const assets = require('../../common/assets'); const modal = require('./modal'); module.exports = function(state, emit) { let strings = {}; let why = ''; let url = ''; - let buttonAction = ''; if (state.params.reason !== 'outdated') { strings = unsupportedStrings(state); @@ -20,38 +18,22 @@ module.exports = function(state, emit) { `; 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`${strings.description}
+${strings.description}
${why} - - - ${buttonAction} + + ${strings.button}