fix: 修改样式

This commit is contained in:
2025-09-01 21:45:37 -07:00
parent 42a2017dd6
commit d5b3721203
6 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export default function Header() {
const { user } = useGlobalStore();
const Logo = (
<Link href='/' className='-mt-2.5 flex items-center gap-2 font-bold'>
<Image src={'image.png'} width={89} height={43} alt='logo' objectFit='cover' unoptimized />
<Image src={'/image.png'} width={89} height={43} alt='logo' objectFit='cover' />
</Link>
);