mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
spec is running again
This commit is contained in:
parent
d20c94b453
commit
b513da9756
@ -2,10 +2,7 @@
|
|||||||
<div class="error-container">
|
<div class="error-container">
|
||||||
<img class="error-image" :src="image" />
|
<img class="error-image" :src="image" />
|
||||||
<br />
|
<br />
|
||||||
<span v-if="error.message === 'This page could not be found'" class="error-message">
|
<span class="error-message">{{ $t(message) }}</span>
|
||||||
{{ $t('error-pages.default') }}
|
|
||||||
</span>
|
|
||||||
<span v-else class="error-message">{{ $t(error.message) }}</span>
|
|
||||||
<br />
|
<br />
|
||||||
<nuxt-link to="/">{{ $t('error-pages.back-to-index') }}</nuxt-link>
|
<nuxt-link to="/">{{ $t('error-pages.back-to-index') }}</nuxt-link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user