fix: revert default city ID to 'sfo' in flight tracker component
This commit is contained in:
@ -20,7 +20,7 @@ import type { FlightState } from "@/lib/opensky";
|
|||||||
import type { PickingInfo } from "@deck.gl/core";
|
import type { PickingInfo } from "@deck.gl/core";
|
||||||
import { Github, Star } from "lucide-react";
|
import { Github, Star } from "lucide-react";
|
||||||
|
|
||||||
const DEFAULT_CITY_ID = "mia";
|
const DEFAULT_CITY_ID = "sfo";
|
||||||
const STYLE_STORAGE_KEY = "aeris:mapStyle";
|
const STYLE_STORAGE_KEY = "aeris:mapStyle";
|
||||||
|
|
||||||
const DEFAULT_CITY = CITIES.find((c) => c.id === DEFAULT_CITY_ID) ?? CITIES[0];
|
const DEFAULT_CITY = CITIES.find((c) => c.id === DEFAULT_CITY_ID) ?? CITIES[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user