We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cde76 commit 9a3114fCopy full SHA for 9a3114f
layouts/error.vue
@@ -1,12 +1,21 @@
1
<template>
2
<v-app dark>
3
- <h1 v-if="error.statusCode === 404">
4
- {{ pageNotFound }}
5
- </h1>
6
- <h1 v-else>
7
- {{ otherError }}
8
9
- <NuxtLink to="/"> Home page </NuxtLink>
+ <v-row justify="center" align="center">
+ <v-col cols="10" sm="8">
+ <v-row class="d-flex flex-column align-center">
+ <v-img src="/undraw_taken.svg" max-width="400" />
+ </v-row>
+ <v-row class="d-flex flex-column align-center mt-10">
+ <h1 v-if="error.statusCode === 404">
10
+ {{ pageNotFound }}
11
+ </h1>
12
+ <h1 v-else>
13
+ {{ otherError }}
14
15
+ <NuxtLink to="/">Go back home</NuxtLink>
16
17
+ </v-col>
18
19
</v-app>
20
</template>
21
static/undraw_taken.svg
0 commit comments