chore(docs): fix eslint warnings

This commit is contained in:
Makito
2025-07-26 03:09:10 +09:00
parent 1d486655ed
commit f37738af57
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -97,7 +97,7 @@ function isNavLinkActive(link: string, path: string) {
side="bottom"
:side-offset="5"
align="end"
class="will-change-[transform,opacity] data-[state=open]:data-[side=bottom]:animate-slideUpAndFade z-10 w-[180px] border rounded-xl p-2 shadow-md backdrop-blur-md"
class="will-change-[transform,opacity] z-10 w-[180px] border rounded-xl p-2 shadow-md backdrop-blur-md data-[state=open]:data-[side=bottom]:animate-slideUpAndFade"
:class="[
'bg-white/20 dark:border-white/5 dark:bg-black/20',
]"
@@ -131,7 +131,7 @@ function isNavLinkActive(link: string, path: string) {
<DropdownMenuPortal>
<DropdownMenuSubContent
class="will-change-[transform,opacity] data-[state=open]:data-[side=bottom]:animate-slideUpAndFade z-10 w-[180px] border rounded-xl p-2 shadow-md backdrop-blur-md"
class="will-change-[transform,opacity] z-10 w-[180px] border rounded-xl p-2 shadow-md backdrop-blur-md data-[state=open]:data-[side=bottom]:animate-slideUpAndFade"
:class="[
'bg-white/20 dark:border-white/5 dark:bg-black/70',
'transition-all duration-200 ease-in-out',
@@ -36,7 +36,7 @@ const languages = computed(() => {
<DropdownMenuPortal>
<DropdownMenuSubContent
class="will-change-[transform,opacity] data-[state=open]:data-[side=bottom]:animate-slideUpAndFade z-10 w-[180px] border rounded-xl p-2 shadow-md backdrop-blur-md"
class="will-change-[transform,opacity] z-10 w-[180px] border rounded-xl p-2 shadow-md backdrop-blur-md data-[state=open]:data-[side=bottom]:animate-slideUpAndFade"
:class="[
'bg-white/20 dark:border-white/5 dark:bg-black/70',
'transition-all duration-200 ease-in-out',