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 | |
| parent | 翻訳の抜けを修正その2 (#5893) (diff) | |
| download | sharkey-2f18f82e3d98f5cc781f2414c0deacb61b6cd293.tar.gz sharkey-2f18f82e3d98f5cc781f2414c0deacb61b6cd293.tar.bz2 sharkey-2f18f82e3d98f5cc781f2414c0deacb61b6cd293.zip | |
:art:
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/components/error.vue | 2 | ||||
| -rw-r--r-- | src/client/components/notes.vue | 2 | ||||
| -rw-r--r-- | src/client/pages/not-found.vue | 2 |
3 files changed, 3 insertions, 3 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> diff --git a/src/client/components/notes.vue b/src/client/components/notes.vue index 6886595120..284957a46b 100644 --- a/src/client/components/notes.vue +++ b/src/client/components/notes.vue @@ -1,7 +1,7 @@ <template> <div class="mk-notes" v-size="[{ max: 500 }]"> <div class="empty" v-if="empty"> - <img src="https://xn--931a.moe/assets/info.jpg" alt=""/> + <img src="https://xn--931a.moe/assets/info.png" alt=""/> <div>{{ $t('noNotes') }}</div> </div> diff --git a/src/client/pages/not-found.vue b/src/client/pages/not-found.vue index da7f7c3903..91e9a1c3f8 100644 --- a/src/client/pages/not-found.vue +++ b/src/client/pages/not-found.vue @@ -5,7 +5,7 @@ <section class="_card"> <div class="_content"> - <img src="https://xn--931a.moe/assets/not-found.jpg" alt=""/> + <img src="https://xn--931a.moe/assets/not-found.png" alt=""/> <div>{{ $t('notFoundDescription') }}</div> </div> </section> |