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

Function OpenSIST

src/Components/common.jsx:137–143  ·  view source on GitHub ↗
({props, sx})

Source from the content-addressed store, hash-verified

135}
136
137export function OpenSIST({props, sx}) {
138 return (
139 <Typography {...props} sx={{fontFamily: 'Merriweather', ...sx}} component='span'>
140 OpenSIST
141 </Typography>
142 )
143}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected