removed background image

This commit is contained in:
Danny Coates 2018-09-25 13:39:45 -07:00
parent 3f098f340e
commit 044138b540
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
7 changed files with 5 additions and 47 deletions

View file

@ -5,7 +5,6 @@ const download = require('./download');
const footer = require('../templates/footer');
const fxPromo = require('../templates/fxPromo');
const signupPromo = require('../templates/signupPromo');
const activeBackground = require('../templates/activeBackground');
const fileList = require('../templates/fileList');
const profile = require('../templates/userAccount');
const modal = require('../templates/modal');
@ -29,7 +28,7 @@ module.exports = function() {
function body(template) {
return function(state, emit) {
const b = html`<body class="background ${activeBackground(state)}">
const b = html`<body>
${modalDialog(state, emit)}
${banner(state, emit)}
<main class="main">