MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / getStatusIcon

Function getStatusIcon

src/components/CronJobCard.tsx:250–252  ·  view source on GitHub ↗
(tone: Tone)

Source from the content-addressed store, hash-verified

248}
249
250function getStatusIcon(tone: Tone) {
251 return tone === "error" ? AlertTriangle : tone === "success" ? CheckCircle2 : Clock3;
252}
253
254function MetaPill({ tone, children }: { tone: Tone; children: ReactNode }) {
255 return (

Callers 1

CronJobCardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected