MCPcopy
hub / github.com/alpic-ai/skybridge / HeroLogo

Interface HeroLogo

examples/manifest-ui/src/components/ui/hero.tsx:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 * @property {string} [text] - Text to display if no URL is provided (e.g., "Acme")
14 */
15export interface HeroLogo {
16 url?: string;
17 urlLight?: string;
18 alt?: string;
19 text?: string;
20}
21
22/**
23 * Represents a tech/partner logo in the footer section.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected