Refactor font size in VerticalNav component

This commit is contained in:
jxxghp
2024-10-18 17:47:34 +08:00
parent fb510ff180
commit a4ba6b947b

View File

@@ -53,7 +53,7 @@ function handleNavScroll(evt: Event) {
<RouterLink to="/" class="app-logo d-flex align-center app-title-wrapper">
<div class="d-flex" v-html="logo" />
<h1 class="font-weight-bold leading-normal text-2xl">
<h1 class="font-weight-bold leading-normal text-xl">
MOVIEPILOT <span class="text-sm text-gray-500">v2</span>
</h1>
</RouterLink>