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

Function SectionTitle

src/components/CronJobCard.tsx:274–287  ·  view source on GitHub ↗
({ children }: { children: ReactNode })

Source from the content-addressed store, hash-verified

272}
273
274function SectionTitle({ children }: { children: ReactNode }) {
275 return (
276 <h4
277 style={{
278 fontSize: "0.9rem",
279 fontWeight: 800,
280 color: "var(--text-primary)",
281 margin: 0,
282 }}
283 >
284 {children}
285 </h4>
286 );
287}
288
289export function CronJobCard({
290 job,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected