From 76d9c85396d6c74bb1d93e38a861983e7adec89e Mon Sep 17 00:00:00 2001 From: Stream Date: Sun, 19 Apr 2026 16:50:01 +0300 Subject: [PATCH] auto-sync: 2026-04-19 16:50:01 --- tasks/flightradar24/frontend/static/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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], }); }