Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import { FC, useState } from
"react"
;
2
3
const getEntityLogoURL = (entity: string): string => {
4
return `https:
//wardicons.blob.core.windows.net/icons/${entity}.png`;
5
}
6
7
interface EntityLogoProps {
8
entity: string;
Callers
1
EntityLogo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected