From f63b54733b1cfa934421153ad8371f50d43c4632 Mon Sep 17 00:00:00 2001 From: josh Date: Mon, 20 Jul 2026 14:49:05 +1000 Subject: [PATCH] Added icons for non-achievement notifications --- resources/js/Components/FlightsGoneBy/ToastNotifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Components/FlightsGoneBy/ToastNotifications.vue b/resources/js/Components/FlightsGoneBy/ToastNotifications.vue index a93d501..e0a33b0 100644 --- a/resources/js/Components/FlightsGoneBy/ToastNotifications.vue +++ b/resources/js/Components/FlightsGoneBy/ToastNotifications.vue @@ -16,7 +16,7 @@ const store = useNotificationStore(); max-width="360" > - +
{{ notification.title }}
{{ notification.body }}
-- 2.54.0