ceres doesn't report correct continent

This commit is contained in:
41666 2023-06-16 11:49:46 -04:00
parent 59295ac746
commit 23a1f7708b
2 changed files with 17 additions and 3 deletions

View file

@ -132,6 +132,6 @@ export const zones: Record<string, { name: string; colors: [string, string] }> =
},
default: {
name: "Unknown",
colors: ["#000000", "#000000"],
colors: ["#111111", "#cccccc"],
},
};