fix: 提交样式和侧边栏

This commit is contained in:
2025-07-29 03:28:40 -07:00
parent a8c4ec4118
commit d6bb9f3683
13 changed files with 433 additions and 122 deletions
+1 -2
View File
@@ -11,7 +11,6 @@ import LanguageSwitch from '../language-switch';
import EmailAuthDialog, { EmailAuthDialogRef } from '@/app/auth/EmailAuthDialog/EmailAuthDialog';
import { useRef } from 'react';
import { UserNav } from '../user-nav';
import ImageLogo from './image.png';
export default function Header() {
const t = useTranslations('common');
@@ -19,7 +18,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={ImageLogo} width={102} height={49} alt='logo' unoptimized />
<Image src={'image.png'} width={102} height={49} alt='logo' unoptimized />
</Link>
);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB