From 8228f1512554f5aa090a5838f3d294f8000222ac Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Sat, 4 Jan 2025 00:38:40 +0800 Subject: [PATCH] style: header hover animation --- app/(main)/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(main)/header.tsx b/app/(main)/header.tsx index c435759..24a0346 100644 --- a/app/(main)/header.tsx +++ b/app/(main)/header.tsx @@ -26,7 +26,7 @@ function Header() { sessionStorage.removeItem("selectedTag") router.push(`/`) }} - className="flex cursor-pointer items-center text-base font-medium" + className="flex cursor-pointer items-center text-base font-medium hover:opacity-50 transition-opacity duration-300" >