import { FC } from "react"; import Link from "next/link"; import Image from "next/image"; // images import AccessDeniedImg from "public/auth/access-denied.svg"; // ui import { Button } from "@plane/ui"; // icons import { LayoutGrid } from "lucide-react"; interface InstanceAdminRestrictionProps { redirectWorkspaceSlug: string; } export const InstanceAdminRestriction: FC = ({ redirectWorkspaceSlug }) => (
AccessDeniedImg

God mode needs a god role

Doesn’t look like you have that role.

Do we have a god role?

Yes.

Do we call it god role?

No. Obviously not.

Can you get it?

Maybe. Ask your god.

Are we being intentionally cryptic?

Yes.

Is this for the security of your workspaces?

Absolutely!

Are you the god here and still seeing this?

Sorry, God.{" "} Talk to us.

);