fix: page not found component (#990)

This commit is contained in:
Nick
2019-08-30 21:23:04 -04:00
parent a41ca694be
commit 7b2c35d2dc
4 changed files with 27 additions and 10 deletions

View File

@@ -2,12 +2,4 @@ extends master.pug
block body
#root.is-fullscreen
v-app
.notfound
.notfound-content
img.animated.fadeIn(src='/svg/icon-delete-file.svg', alt='Not Found')
.headline= t('notfound.title')
.subheading.mt-3= t('notfound.subtitle')
v-btn.mt-5(color='red lighten-4', href='/', large, outline)
v-icon(left) home
span= t('notfound.gohome')
not-found