<template #logo
>Test
<ULink to="https://bbc.co.uk/" target="_blank">
<UBadge variant="subtle" class="mb-0.5">
Link to bbc
<UIcon
name="i-heroicons-arrow-top-right-on-square-20-solid"
class="ml-1 w-4 h-4 pointer-events-none"
/>
</UBadge>
</ULink>
</template>