mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
updated preview page
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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'), [
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
.preview__img {
|
||||
width: 283px;
|
||||
height: 196px;
|
||||
}
|
||||
Reference in New Issue
Block a user