This commit is contained in:
parent 25a5dd0fc7
commit 40c9efbeb5
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ const handleError = () => clearError({ redirect: '/' })
<div class="siteblock bg-white"> <div class="siteblock bg-white">
<div class="container prose"> <div class="container prose">
<div class="col-span-full"> <div class="col-span-full">
<h1>Похоже, произошла ошибка</h1> <h1>Вы ищите страницу, которой не существует. Вернитесь на главную страницу сайта</h1>
<p>{{ props.error }}</p> <p>{{ props.error }}</p>
<button @click="navigateTo('/')" class="not-prose">На главную</button> <button @click="navigateTo('/')" class="not-prose">вернуться на главную</button>
</div> </div>
</div> </div>
</div> </div>