Added Notifications

This commit is contained in:
2026-06-02 15:20:22 +10:00
parent 61ff0c5002
commit 09841ba1f7
3 changed files with 6 additions and 2 deletions
@@ -1,5 +1,6 @@
<script setup lang="ts">
import {Flight} from "@/Types/types";
import Mono from "@/Components/FlightsGoneBy/Mono.vue";
defineProps<{
flight: Flight
@@ -14,6 +15,9 @@ defineProps<{
<style scoped>
.livery{
display:flex;
flex-direction: column;
justify-content: flex-end;
width: 100%;
aspect-ratio: 16/9;
background-size: cover;