fix: 提交样式和侧边栏
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user