color promo experiment
This commit is contained in:
parent
da4338ed69
commit
b2c1daa6c7
8 changed files with 23 additions and 14 deletions
|
@ -10,7 +10,7 @@ const app = choo();
|
|||
function body(template) {
|
||||
return function(state, emit) {
|
||||
const b = html`<body>
|
||||
${state.promo === 'header' ? fxPromo(state, emit) : ''}
|
||||
${state.promo ? fxPromo(state, emit) : ''}
|
||||
${header(state)}
|
||||
<div class="all">
|
||||
<noscript>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue