added illustrations
This commit is contained in:
parent
f968083f74
commit
72ee9c13d2
7 changed files with 613 additions and 16 deletions
|
@ -1,6 +1,7 @@
|
|||
/* global downloadMetadata */
|
||||
const html = require('choo/html');
|
||||
const archiveTile = require('./archiveTile');
|
||||
const assets = require('../../common/assets');
|
||||
const modal = require('./modal');
|
||||
const notFound = require('./notFound');
|
||||
|
||||
|
@ -133,6 +134,7 @@ module.exports = function(state, emit) {
|
|||
<p class="pb-2 text-grey-darkest leading-normal">
|
||||
${state.translate('downloadFinishText')}
|
||||
</p>
|
||||
<img src="${assets.get('completed.svg')}" class="" />
|
||||
<p class="mb-4">
|
||||
<a
|
||||
href="/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue