updated notFound page
This commit is contained in:
parent
c80d01c648
commit
36b419202b
3 changed files with 2 additions and 22 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue