forked from FoundKeyGang/FoundKey
parent
7298b41a16
commit
533884dcaa
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="mk-connect-failed">
|
<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>
|
<h1>{{ $t('title') }}</h1>
|
||||||
<p class="text">
|
<p class="text">
|
||||||
<span>{{ this.$t('description').substr(0, this.$t('description').indexOf('{')) }}</span>
|
<span>{{ this.$t('description').substr(0, this.$t('description').indexOf('{')) }}</span>
|
||||||
|
|
Loading…
Reference in a new issue