diff --git a/resources/js/Components/FlightsGoneBy/NotificationMenu.vue b/resources/js/Components/FlightsGoneBy/NotificationMenu.vue index 02ccf6b..65d94a3 100644 --- a/resources/js/Components/FlightsGoneBy/NotificationMenu.vue +++ b/resources/js/Components/FlightsGoneBy/NotificationMenu.vue @@ -62,6 +62,7 @@ watch(open, async (isOpen) => { v-for="notification in notifications" :key="notification.id" class="notif-item" + :href="notification.url || undefined" :class="{ 'notif-item--unread': !notification.read_at }" >