feat: add dashboard page with an interactive map displaying drone locations.
This commit is contained in:
@@ -59,7 +59,6 @@ function RouteComponent() {
|
||||
>
|
||||
<MarkerContent>
|
||||
<Drone size={24} color="green" className="text-green-200" />
|
||||
{/* <div className="size-5 rounded-full bg-rose-500 border-2 border-white shadow-lg cursor-pointer hover:scale-110 transition-transform" /> */}
|
||||
</MarkerContent>
|
||||
<MarkerTooltip>{location.name}</MarkerTooltip>
|
||||
<MarkerPopup>
|
||||
|
||||
Reference in New Issue
Block a user