MCPcopy Create free account
hub / github.com/OpenSIST/OpenSIST.github.io / IconTile

Function IconTile

src/Components/ProgramPage/ProgramIndex.jsx:54–64  ·  view source on GitHub ↗
({children})

Source from the content-addressed store, hash-verified

52];
53
54function IconTile({children}) {
55 return (
56 <Box sx={{
57 flexShrink: 0, width: 40, height: 40, borderRadius: 2,
58 display: "flex", alignItems: "center", justifyContent: "center",
59 bgcolor: (theme) => theme.palette.surface, color: "primary.main",
60 }}>
61 {children}
62 </Box>
63 );
64}
65
66function SectionLabel({children}) {
67 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected