Files
plane/dev-wiki/ee/components/instance/maintenance-message.tsx
T
22ae10cf88 [WIKI-383] feat: dev wiki app (#3411)
* dev: 1

* fix: tubro name

* fix : floating sidebar

* --wip-- [skip ci]

* wip-2

* --wip-- [skip ci]

* wip

* fix: working wiki

---------

Co-authored-by: VipinDevelops <[email protected]>
2025-06-18 21:19:30 +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>
);