From d92e75d34db03ffb6f19f7d0a3fdde0f0c9beba7 Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Sun, 21 Sep 2025 19:22:38 +0200 Subject: [PATCH] exchange mdi icons --- app/pages/learn.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/pages/learn.vue b/app/pages/learn.vue index 0fc9a57..3e99c09 100644 --- a/app/pages/learn.vue +++ b/app/pages/learn.vue @@ -182,7 +182,7 @@
- {{ currentPlan ? 'mdi-airplane-check' : 'mdi-airplane-cog' }} +
@@ -1463,7 +1463,7 @@ const flightPlanModes: Array<{ id: FlightPlanMode; title: string; icon: string; { id: 'manual', title: 'Manual setup', - icon: 'mdi-airplane-cog', + icon: 'mdi-pencil-outline', desc: 'Enter your own callsign, airports and procedures.' }, {