From 77d8411217b08374a2ec586df78f57846d451051 Mon Sep 17 00:00:00 2001 From: Clay Nicholson <82461712+claynicholson@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:19:02 -0400 Subject: [PATCH] Update PartTag.js --- components/bin/PartTag.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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