From 73210a869048d6468b55717660d0ca558d0c2aab Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期一, 24 十一月 2025 09:49:43 +0800
Subject: [PATCH] 优化
---
app/signin/_header.tsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/signin/_header.tsx b/app/signin/_header.tsx
index a9479a3..97da56c 100644
--- a/app/signin/_header.tsx
+++ b/app/signin/_header.tsx
@@ -5,13 +5,13 @@
import { languages } from '@/i18n/language'
import { type Locale } from '@/i18n'
import I18n from '@/context/i18n'
-import LogoSite from '@/app/components/base/logo/logo-site'
+// import LogoSite from '@/app/components/base/logo/logo-site'
const Header = () => {
const { locale, setLocaleOnClient } = useContext(I18n)
return <div className='flex items-center justify-between p-6 w-full'>
- <LogoSite />
+ {/* <LogoSite /> */}
<Select
value={locale}
items={languages.filter(item => item.supported)}
--
Gitblit v1.8.0