Files
plane/web/ee/components/instance/maintenance-message.tsx

7 lines
306 B
TypeScript
Raw Permalink Normal View History

2024-11-13 15:37:32 +05:30
export const MaintenanceMessage = () => (
<h1 className="text-xl font-medium text-custom-text-100 text-center md:text-left">
Plane didn&apos;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>
);