mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Merge pull request #1395 from hackclub/claynicholson-patch-1
Update PartTag.js
This commit is contained in:
commit
7cdd8ecb8a
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
export default PartTag
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue