Updated logo API

This commit is contained in:
2026-04-25 22:57:18 +10:00
parent 678096b463
commit de183995b6
26 changed files with 1088 additions and 64 deletions
@@ -9,7 +9,6 @@ const props = defineProps<{
errorMessages?: string[] | string
}>()
const page = usePage<SharedProps>().props
const model = defineModel<{ value: number, title: string, logo_url: string } | null>()
@@ -58,6 +57,7 @@ const searchAirlines = async (query: string) => {
style="padding: 0.25em"
width="40"
height="40"
:alt="`${model.title}`"
:src="`${model.logo_url}`"
/>
</template>