MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / EntityLogoProps

Interface EntityLogoProps

src/components/common/EntityLogo.tsx:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7interface EntityLogoProps {
8 entity: string;
9 className?: string;
10}
11
12const EntityLogo: FC<EntityLogoProps> = ({ entity, className }) => {
13 const logoURL = getEntityLogoURL(entity);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected