parent
28e31f4870
commit
ea78382e5e
@ -422,9 +422,7 @@ module.exports.empty = function(state, emit) {
|
|||||||
}}"
|
}}"
|
||||||
>
|
>
|
||||||
<img src="${assets.get('addfiles.svg')}" width="48" height="48" />
|
<img src="${assets.get('addfiles.svg')}" width="48" height="48" />
|
||||||
<div
|
<div class="pt-6 pb-2 text-center text-lg font-bold tracking-wide">
|
||||||
class="pt-6 pb-2 text-center text-lg font-bold capitalize tracking-wide"
|
|
||||||
>
|
|
||||||
${state.translate('dragAndDropFiles')}
|
${state.translate('dragAndDropFiles')}
|
||||||
</div>
|
</div>
|
||||||
<div class="pb-6 text-center text-base">
|
<div class="pb-6 text-center text-base">
|
||||||
|
@ -6,11 +6,11 @@ module.exports = function intro(state) {
|
|||||||
<send-intro
|
<send-intro
|
||||||
class="flex flex-col items-center justify-center bg-white 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">
|
<div class="flex flex-col h-full">
|
||||||
<h1 class="font-bold">
|
<h1 class="font-bold">
|
||||||
${state.translate('introTitle')}
|
${state.translate('introTitle')}
|
||||||
</h1>
|
</h1>
|
||||||
<p class="max-w-sm mt-2 pr-16 font-light leading-normal">
|
<p class="max-w-sm mt-2 pr-16 leading-normal">
|
||||||
${state.translate('introDescription')}
|
${state.translate('introDescription')}
|
||||||
</p>
|
</p>
|
||||||
<img class="intro" src="${assets.get('intro.svg')}" />
|
<img class="intro" src="${assets.get('intro.svg')}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user