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

Function IconTile

src/Components/Post/PostIndex.jsx:44–54  ·  view source on GitHub ↗
({children})

Source from the content-addressed store, hash-verified

42];
43
44function IconTile({children}) {
45 return (
46 <Box sx={{
47 flexShrink: 0, width: 40, height: 40, borderRadius: 2,
48 display: "flex", alignItems: "center", justifyContent: "center",
49 bgcolor: (theme) => theme.palette.surface, color: "primary.main",
50 }}>
51 {children}
52 </Box>
53 );
54}
55
56function SectionLabel({children}) {
57 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected