diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-23 19:06:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-23 19:06:46 +0900 |
| commit | dac962580b40c5828e70bc4745ce33e049720c6b (patch) | |
| tree | d71c9a1bb4d9ca9407cde39d25ec95965b215118 /src/client/components/error.vue | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-dac962580b40c5828e70bc4745ce33e049720c6b.tar.gz sharkey-dac962580b40c5828e70bc4745ce33e049720c6b.tar.bz2 sharkey-dac962580b40c5828e70bc4745ce33e049720c6b.zip | |
テーマインポート機能を実装するなど
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 7446a7cb5d..dd9de43c16 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" class="_ghost"/> + <img src="https://xn--931a.moe/assets/error.jpg" class="_ghost"/> <p><fa :icon="faExclamationTriangle"/> {{ $t('error') }}</p> <mk-button @click="() => $emit('retry')" class="button">{{ $t('retry') }}</mk-button> </div> |