ceres doesn't report correct continent
This commit is contained in:
parent
59295ac746
commit
23a1f7708b
2 changed files with 17 additions and 3 deletions
|
@ -132,6 +132,6 @@ export const zones: Record<string, { name: string; colors: [string, string] }> =
|
|||
},
|
||||
default: {
|
||||
name: "Unknown",
|
||||
colors: ["#000000", "#000000"],
|
||||
colors: ["#111111", "#cccccc"],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue