summaryrefslogtreecommitdiff
path: root/src/client/components/error.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-16 22:46:51 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-16 22:46:51 +0900
commit9cbfdc94d9f471408baaa293b0f718892abd1827 (patch)
tree3850cf56284b71eca674051981e7e00e792028ec /src/client/components/error.vue
parentImplement image dialog (diff)
downloadsharkey-9cbfdc94d9f471408baaa293b0f718892abd1827.tar.gz
sharkey-9cbfdc94d9f471408baaa293b0f718892abd1827.tar.bz2
sharkey-9cbfdc94d9f471408baaa293b0f718892abd1827.zip
Clean up
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 76dcbbcb67..f4698247b2 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.png" alt="" class="_ghost"/>
+ <img src="https://xn--931a.moe/assets/error.png" class="_ghost"/>
<p><fa :icon="faExclamationTriangle"/> {{ $t('error') }}</p>
<mk-button @click="() => $emit('retry')" class="button">{{ $t('retry') }}</mk-button>
</div>