mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
+2
-2
@@ -6,11 +6,11 @@ module.exports = function intro(state) {
|
||||
<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"
|
||||
>
|
||||
<div class="flex flex-col justify-end h-full">
|
||||
<div class="flex flex-col h-full">
|
||||
<h1 class="font-bold">
|
||||
${state.translate('introTitle')}
|
||||
</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')}
|
||||
</p>
|
||||
<img class="intro" src="${assets.get('intro.svg')}" />
|
||||
|
||||
Reference in New Issue
Block a user