|
@@ -4,16 +4,16 @@ const assets = require('../../common/assets');
|
|
module.exports = function intro(state) {
|
|
module.exports = function intro(state) {
|
|
return html`
|
|
return html`
|
|
<send-intro
|
|
<send-intro
|
|
- class="flex flex-col items-center justify-center bg-white border border-grey-light md:border-none px-6 md:py-0 py-6 mb-0 h-full w-full"
|
|
|
|
|
|
+ class="flex flex-col items-center justify-center bg-white px-6 md:py-0 py-6 mb-0 h-full w-full"
|
|
>
|
|
>
|
|
- <div class="flex flex-col justify-end h-full py-8">
|
|
|
|
|
|
+ <div class="flex flex-col justify-end h-full">
|
|
<h1 class="font-bold">
|
|
<h1 class="font-bold">
|
|
${state.translate('uploadPageHeader')}
|
|
${state.translate('uploadPageHeader')}
|
|
</h1>
|
|
</h1>
|
|
- <p class="max-w-sm mt-2 font-light leading-normal">
|
|
|
|
|
|
+ <p class="max-w-sm mt-2 pr-16 font-light leading-normal">
|
|
${state.translate('uploadPageExplainer')}
|
|
${state.translate('uploadPageExplainer')}
|
|
</p>
|
|
</p>
|
|
- <img class="-mb-12" src="${assets.get('intro.png')}" />
|
|
|
|
|
|
+ <img class="intro" src="${assets.get('intro.svg')}" />
|
|
</div>
|
|
</div>
|
|
</send-intro>
|
|
</send-intro>
|
|
`;
|
|
`;
|