mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-16 23:40:32 +00:00
add colors to test data routes
This commit is contained in:
@@ -14,14 +14,14 @@ const routes: IRoute[] = [
|
||||
id: "1",
|
||||
systemId: systems[0].id,
|
||||
polylineCoordinates: [],
|
||||
color: "#ffffff",
|
||||
color: "#db2316",
|
||||
},
|
||||
{
|
||||
name: "Teal Route",
|
||||
id: "2",
|
||||
systemId: systems[0].id,
|
||||
polylineCoordinates: [],
|
||||
color: "#ffffff",
|
||||
color: "#21bdd1",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user