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.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/error.vue b/src/client/components/error.vue
index 9c5eaa6e19..02ebb55f02 100644
--- a/src/client/components/error.vue
+++ b/src/client/components/error.vue
@@ -1,6 +1,6 @@
<template>
<div class="mjndxjcg _panel">
- <img src="https://xn--931a.moe/assets/error.jpg" alt=""/>
+ <img src="https://xn--931a.moe/assets/error.png" alt=""/>
<p><fa :icon="faExclamationTriangle"/> {{ $t('error') }}</p>
<mk-button @click="() => $emit('retry')" class="button">{{ $t('retry') }}</mk-button>
</div>