Update version number in VerticalNav component

This commit is contained in:
jxxghp
2024-10-10 14:42:43 +08:00
parent 6ef6ea1479
commit e9bb811244

View File

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