Files
wp-headless/wp-content/themes/moonshine/app/components/site/SiteHeader.vue
Pascal Martineau f831c4e339
All checks were successful
Deployment / wordpress (push) Successful in 6s
Deployment / nuxt (push) Successful in 1m4s
feat: Replace eslint => oxlint + oxfmt
2026-02-01 21:54:16 -05:00

10 lines
188 B
Vue

<template>
<UHeader mode="slideover">
<template #left>
<NuxtLink to="/">
<SvgSiteLogo class="h-12 w-auto" />
</NuxtLink>
</template>
</UHeader>
</template>