added Inter font and intro image

This commit is contained in:
Danny Coates 2019-02-14 11:39:28 -08:00
parent 4d8f27e96e
commit 2a8a8abfde
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
44 changed files with 146 additions and 2 deletions

View file

@ -13,7 +13,7 @@ module.exports = function intro(state) {
<p class="max-w-sm font-light leading-normal">
${state.translate('uploadPageExplainer')}
</p>
<img class="my-6" src="${assets.get('illustration_download.svg')}" />
<img class="-mb-12" src="${assets.get('intro.png')}" />
</div>
</send-intro>
`;