use correct proptype

This commit is contained in:
Alex Holliday
2025-02-19 14:47:00 -08:00
parent ebc8a49f98
commit dfbc0ca2e8

View File

@@ -132,7 +132,7 @@ StatBox.propTypes = {
gradient: PropTypes.bool,
status: PropTypes.string,
sx: PropTypes.object,
icon: PropTypes.node,
icon: PropTypes.elementType,
img: PropTypes.node,
alt: PropTypes.string,
};