mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02: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 /> Run prime-cli
|
|
monitor to check the status of the services.
|
|
</h1>
|
|
);
|