refactor: SiteHeaderTop*
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m2s

This commit is contained in:
2025-09-16 15:00:41 -04:00
parent 8f06c093a8
commit ba42386645
4 changed files with 13 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ const showLabels = breakpoints.greaterOrEqual("sm");
<UContainer class="flex items-center gap-1.5">
<UiSocialProfiles :profiles="profiles" class="mr-auto" />
<UNavigationMenu :items="menuItems" variant="link" content-orientation="vertical" />
<AuthButton :show-labels="showLabels" />
<MemberAreaButton :show-labels="showLabels" />
<SiteHeaderTopAuth :show-labels="showLabels" />
<SiteHeaderTopMember :show-labels="showLabels" />
</UContainer>
</template>