Move Wood tag

This commit is contained in:
Tanner Collin 2022-01-28 08:30:53 +00:00
parent 52b9ab314e
commit 8f56a74a55

View File

@ -11,6 +11,7 @@ import { InstructorClassList } from './InstructorClasses.js';
export const tags = {
Protospace: 'black',
Laser: 'red',
Wood: 'brown',
CNC: 'orange',
Niche: 'yellow',
//name: 'olive',
@ -20,7 +21,6 @@ export const tags = {
//name: 'violet',
Event: 'purple',
Outing: 'pink',
Wood: 'brown',
Misc: 'grey',
};