diff --git a/app/ui/notFound.js b/app/ui/notFound.js index b44bd731..a3108666 100644 --- a/app/ui/notFound.js +++ b/app/ui/notFound.js @@ -1,5 +1,4 @@ const html = require('choo/html'); -const assets = require('../../common/assets'); const modal = require('./modal'); module.exports = function(state, emit) { @@ -7,25 +6,29 @@ module.exports = function(state, emit) { return html`
${state.modal && modal(state, emit)} -
-

+
+ +

EXPIRED

+

${state.translate('expiredTitle')}

- - - -

+

+ > share no longer available ยท file removed from server +

+

${state.translate('trySendDescription')}

-

- ${state.translate(btnText)} +

+ + ${state.translate(btnText)} +