updated notFound page

This commit is contained in:
Danny Coates 2018-02-21 16:33:06 -08:00
parent c80d01c648
commit 36b419202b
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 2 additions and 22 deletions

View file

@ -3,11 +3,9 @@ const assets = require('../../../common/assets');
module.exports = function(state) {
return html`
<div class="notFoundPage">
<div class="page">
<div class="title">${state.translate('expiredPageHeader')}</div>
<div class="notFoundPage__img">
<img src="${assets.get('illustration_expired.svg')}" id="expired-img">
</div>
<img src="${assets.get('illustration_expired.svg')}" id="expired-img">
<div class="description">
${state.translate('uploadPageExplainer')}
</div>