From 533884dcaa98df502701bb7e0f244dacee2af750 Mon Sep 17 00:00:00 2001
From: MeiMei <30769358+mei23@users.noreply.github.com>
Date: Fri, 4 Oct 2019 10:27:57 +0900
Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=82=AA=E3=83=95=E3=83=A9=E3=82=A4?=
 =?UTF-8?q?=E3=83=B3=E6=99=82=E3=81=AB=E5=A4=A7=E5=AE=A4=E6=AB=BB=E5=AD=90?=
 =?UTF-8?q?=E3=81=8C=E5=87=BA=E3=81=A6=E3=81=93=E3=81=AA=E3=81=84=20(#5480?=
 =?UTF-8?q?)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* Fix: オフライン時に大室櫻子が出てこない

* use onerror
---
 src/client/app/common/views/components/connect-failed.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/app/common/views/components/connect-failed.vue b/src/client/app/common/views/components/connect-failed.vue
index b9f8181dae..a364304a63 100644
--- a/src/client/app/common/views/components/connect-failed.vue
+++ b/src/client/app/common/views/components/connect-failed.vue
@@ -1,6 +1,6 @@
 <template>
 <div class="mk-connect-failed">
-	<img src="https://raw.githubusercontent.com/syuilo/misskey/develop/src/client/assets/error.jpg" alt=""/>
+	<img src="/assets/error.jpg" onerror="this.src='https://raw.githubusercontent.com/syuilo/misskey/develop/src/client/assets/error.jpg';" alt=""/>
 	<h1>{{ $t('title') }}</h1>
 	<p class="text">
 		<span>{{ this.$t('description').substr(0, this.$t('description').indexOf('{')) }}</span>