import Image from "next/image"; import { cn } from "@/lib/utils"; export function Wordmark({ size = 24, showText = false, className, href = "https://openstatus.dev", target = "_blank", rel = "noreferrer", ...props }: Omit, "children"> & { size?: 24 | 32; showText?: boolean; }) { return ( openstatus {showText ? ( openstatus ) : null} ); }