updated secondary pages style & illustrations

This commit is contained in:
Danny Coates 2019-03-01 11:05:43 -08:00
parent 4e7b205dfd
commit 1b9182aac7
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 194 additions and 383 deletions

View file

@ -12,11 +12,11 @@ module.exports = function(state, emit) {
<h1 class="text-center font-bold my-2">
${state.translate('errorPageHeader')}
</h1>
<p class="max-w-md text-center text-grey-darkest leading-normal">
${state.translate('uploadPageExplainer')}
</p>
<img class="my-12 h-48" src="${assets.get('error.svg')}" />
<p class="">
<p class="max-w-md text-center text-grey-darkest leading-normal">
${state.translate('downloadFinishText')}
</p>
<p class="my-5">
<a href="/" class="btn rounded-lg flex items-center" role="button"
>${state.translate('sendYourFilesLink')}</a
>