mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
7 lines
306 B
TypeScript
7 lines
306 B
TypeScript
export const MaintenanceMessage = () => (
|
|
<h1 className="text-xl font-medium text-custom-text-100 text-center md:text-left">
|
|
Plane didn't start up. This could be because one or more Plane services failed to start. <br /> Choose View
|
|
Logs from setup.sh and Docker logs to be sure.
|
|
</h1>
|
|
);
|