diff --git a/tasks/flightradar24/frontend/static/index.html b/tasks/flightradar24/frontend/static/index.html index 3b7cfaa..17c67b5 100644 --- a/tasks/flightradar24/frontend/static/index.html +++ b/tasks/flightradar24/frontend/static/index.html @@ -66,10 +66,10 @@ L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { function planeIcon(heading) { const deg = heading || 0; return L.divIcon({ - html: `
`, + html: `
`, className: '', - iconSize: [24, 24], - iconAnchor: [12, 12], + iconSize: [32, 32], + iconAnchor: [16, 16], }); }