diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-12 06:43:22 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-12 06:43:22 +0900 |
| commit | 2f18f82e3d98f5cc781f2414c0deacb61b6cd293 (patch) | |
| tree | 06962037c3cf895b6403d34fc9272dd544b2bf81 /src/client/components/error.vue | |
| parent | 翻訳の抜けを修正その2 (#5893) (diff) | |
| download | sharkey-2f18f82e3d98f5cc781f2414c0deacb61b6cd293.tar.gz sharkey-2f18f82e3d98f5cc781f2414c0deacb61b6cd293.tar.bz2 sharkey-2f18f82e3d98f5cc781f2414c0deacb61b6cd293.zip | |
:art:
Diffstat (limited to 'src/client/components/error.vue')
| -rw-r--r-- | src/client/components/error.vue | 2 |
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> |