24
1
Fork 0

updated preview page

This commit is contained in:
Danny Coates 2018-02-21 16:40:52 -08:00
parent 36b419202b
commit b567aaac69
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
3 changed files with 1 additions and 6 deletions

View File

@ -12,6 +12,5 @@
@import './templates/file/file.css';
@import './templates/popup/popup.css';
@import './pages/welcome/welcome.css';
@import './pages/preview/preview.css';
@import './pages/share/share.css';
@import './pages/unsupported/unsupported.css';

View File

@ -3,7 +3,7 @@ const raw = require('choo/html/raw');
module.exports = function(state) {
return html`
<div id="legal">
<div>
<div class="title">${state.translate('legalHeader')}</div>
${raw(
replaceLinks(state.translate('legalNoticeTestPilot'), [

View File

@ -1,4 +0,0 @@
.preview__img {
width: 283px;
height: 196px;
}