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

Function getEntityLogoURL

src/components/common/EntityLogo.tsx:3–5  ·  view source on GitHub ↗
(entity: string)

Source from the content-addressed store, hash-verified

1import { FC, useState } from "react";
2
3const getEntityLogoURL = (entity: string): string => {
4 return `https://wardicons.blob.core.windows.net/icons/${entity}.png`;
5}
6
7interface EntityLogoProps {
8 entity: string;

Callers 1

EntityLogoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected