From 73210a869048d6468b55717660d0ca558d0c2aab Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期一, 24 十一月 2025 09:49:43 +0800
Subject: [PATCH] 优化
---
app/components/header/nav/index.tsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/header/nav/index.tsx b/app/components/header/nav/index.tsx
index bfb4324..f58582d 100644
--- a/app/components/header/nav/index.tsx
+++ b/app/components/header/nav/index.tsx
@@ -65,7 +65,7 @@
{text}
</div>
</Link>
- {
+ {/* {
curNav && isActivated && (
<>
<div className='font-light text-gray-300 '>/</div>
@@ -79,7 +79,7 @@
/>
</>
)
- }
+ } */}
</div>
)
}
--
Gitblit v1.8.0