* 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]>
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>
|
|
);
|