import { FC } from "react"; import Image from "next/image"; import { Button } from "@plane/ui"; // helpers import { GOD_MODE_URL } from "@/helpers/common.helper"; // images import PlaneTakeOffImage from "@/public/plane-takeoff.png"; import BluePlaneLogoWithoutText from "public/plane-logos/blue-without-text.png"; export const InstanceNotReady: FC = () => (
Plane Logo Plane

Welcome aboard Plane!

Plane Logo

Get started by setting up your instance and workspace

);