updated widgets
This commit is contained in:
15
src/app/(client)/[slug]/error.tsx
Normal file
15
src/app/(client)/[slug]/error.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
'use client';
|
||||
|
||||
export default function Error() {
|
||||
return (
|
||||
<div className="container mx-auto py-16 max-w-3xl text-center">
|
||||
<h1 className="text-2xl font-semibold mb-4">
|
||||
500 — Сервер временно недоступен
|
||||
</h1>
|
||||
<p className="text-gray-600">
|
||||
Страница не может быть загружена прямо сейчас.
|
||||
Пожалуйста, попробуйте позже.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user