color promo experiment
This commit is contained in:
parent
da4338ed69
commit
b2c1daa6c7
8 changed files with 23 additions and 14 deletions
|
@ -19,8 +19,10 @@ module.exports = function(state, emit) {
|
|||
emit('exit', evt);
|
||||
}
|
||||
|
||||
const classes = state.promo === 'blue' ? 'banner banner-blue' : 'banner';
|
||||
|
||||
return html`
|
||||
<div class="banner">
|
||||
<div class="${classes}">
|
||||
<div>
|
||||
<img
|
||||
src="${assets.get('firefox_logo-only.svg')}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue