fix(theme): incorrect home hero actions layout in mobile (#464)

* fix(theme): incorrect home hero actions layout in mobile

* chore: tweak
This commit is contained in:
pengzhanbo 2025-02-16 15:03:14 +08:00 committed by GitHub
parent b7ced3b501
commit 29f9b87128
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ const routeLocale = useRouteLocale()
<template>
<div class="vp-navbar-title" :class="{ 'has-sidebar': hasSidebar }">
<VPLink class="title" :href="theme.home ?? routeLocale">
<VPLink class="title" :href="theme.home ?? routeLocale" no-icon>
<slot name="nav-bar-title-before" />
<VPImage