mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
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:
parent
b7ced3b501
commit
29f9b87128
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user