diff --git a/components/bin/PartTag.js b/components/bin/PartTag.js index a89cd691..538c53d6 100644 --- a/components/bin/PartTag.js +++ b/components/bin/PartTag.js @@ -132,6 +132,10 @@ const PartTag = ({ partID, search = false, addFilter, removeFilter}) => { backgroundColor = '#4682B4'; // Vibrant light steel blue text = '4 Digit Display'; break; + case "recltWikgPdLvpJfe": + backgroundColor = '#65f09f' + text = 'Stepper Motor'; + break; default: backgroundColor = 'gray'; // Default gray text = 'Invalid Tag'; @@ -148,4 +152,4 @@ const PartTag = ({ partID, search = false, addFilter, removeFilter}) => { ) } -export default PartTag \ No newline at end of file +export default PartTag