summaryrefslogtreecommitdiff
path: root/src/client/components/error.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components/error.vue')
-rw-r--r--src/client/components/error.vue8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/components/error.vue b/src/client/components/error.vue
index b6e4b1951c..805fbdd2bf 100644
--- a/src/client/components/error.vue
+++ b/src/client/components/error.vue
@@ -1,5 +1,6 @@
<template>
<div class="mjndxjcg _panel">
+ <img src="https://xn--931a.moe/assets/error.jpg" alt=""/>
<p><fa :icon="faExclamationTriangle"/> {{ $t('error') }}</p>
<mk-button @click="() => $emit('retry')" class="button">{{ $t('retry') }}</mk-button>
</div>
@@ -38,5 +39,12 @@ export default Vue.extend({
> .button {
margin: 0 auto;
}
+
+ > img {
+ vertical-align: bottom;
+ height: 150px;
+ margin-bottom: 16px;
+ border-radius: 16px;
+ }
}
</style>