From 4a280df22e124d01434412de18d919032a6f27ad Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Fri, 19 Sep 2025 14:39:57 +0200 Subject: [PATCH] fix images --- app/pages/learn.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/learn.vue b/app/pages/learn.vue index 4673b57..4054218 100644 --- a/app/pages/learn.vue +++ b/app/pages/learn.vue @@ -1152,7 +1152,7 @@ const modules = ref([ id: 'normalize', title: 'Normalize ยท Fundamentals', subtitle: 'Alphabet, ATIS, METAR & Radio Check', - art: gradientArt(['#0ea5e9', '#22d3ee', '#0f172a']), + art: 'https://images.unsplash.com/photo-1488085061387-422e29b40080?q=80&w=1600&auto=format&fit=crop', lessons: [ { id: 'icao-alphabet',