mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-12 22:22:31 +01:00
updated preview page
This commit is contained in:
parent
36b419202b
commit
b567aaac69
@ -12,6 +12,5 @@
|
|||||||
@import './templates/file/file.css';
|
@import './templates/file/file.css';
|
||||||
@import './templates/popup/popup.css';
|
@import './templates/popup/popup.css';
|
||||||
@import './pages/welcome/welcome.css';
|
@import './pages/welcome/welcome.css';
|
||||||
@import './pages/preview/preview.css';
|
|
||||||
@import './pages/share/share.css';
|
@import './pages/share/share.css';
|
||||||
@import './pages/unsupported/unsupported.css';
|
@import './pages/unsupported/unsupported.css';
|
||||||
|
@ -3,7 +3,7 @@ const raw = require('choo/html/raw');
|
|||||||
|
|
||||||
module.exports = function(state) {
|
module.exports = function(state) {
|
||||||
return html`
|
return html`
|
||||||
<div id="legal">
|
<div>
|
||||||
<div class="title">${state.translate('legalHeader')}</div>
|
<div class="title">${state.translate('legalHeader')}</div>
|
||||||
${raw(
|
${raw(
|
||||||
replaceLinks(state.translate('legalNoticeTestPilot'), [
|
replaceLinks(state.translate('legalNoticeTestPilot'), [
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
.preview__img {
|
|
||||||
width: 283px;
|
|
||||||
height: 196px;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user