修改网站图标显示 & 所以按钮添加手形样式

This commit is contained in:
Eamon-meng
2026-03-12 15:46:30 +08:00
parent 2b77ea189b
commit bce7e41adf
6 changed files with 5 additions and 4 deletions

View File

@@ -225,7 +225,7 @@ function MenuItem(props: {
onPointerLeave={props.onPointerLeave}
className={[
`h-full px-4 flex gap-3 items-center cursor-pointer text-lg`,
`transition-colors duration-200 ease-in-out`,
`transition-colors duration-200 ease-in-out cursor-pointer`,
props.active
? `text-blue-500`
: ``,