MCPcopy
hub / github.com/Open-Legal-Products/mike / SiteLogoProps

Interface SiteLogoProps

frontend/src/components/site-logo.tsx:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { MikeIcon } from "@/components/chat/mike-icon";
3
4interface SiteLogoProps {
5 size?: "sm" | "md" | "lg" | "xl";
6 className?: string;
7 iconClassName?: string;
8 animate?: boolean;
9 asLink?: boolean;
10}
11
12export function SiteLogo({
13 size = "md",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…