fix: use correct tag icon when tracking particle clouds

This commit is contained in:
2026-05-17 20:02:10 +02:00
parent 2351976adc
commit 74aeb3589b
@@ -426,7 +426,7 @@ class _TrackingCard extends StatelessWidget {
padding: const EdgeInsets.symmetric(horizontal: 12, vertical: 10),
child: Row(
children: [
const Icon(Icons.radar),
const Icon(Icons.label_outline),
const SizedBox(width: 10),
Expanded(
child: Column(