Files
plane/web/ee/components/instance/maintenance-message.tsx
2024-11-13 15:38:06 +05:30

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&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>
);