From 788715b1ca5ab5b67fcc2e69650b74e14c953a57 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Thu, 26 Mar 2026 09:06:24 +0800 Subject: chore: add missing file --- packages/ui/src/pages/index.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/ui/src/pages/index.tsx b/packages/ui/src/pages/index.tsx index 093ccb2..d12646b 100644 --- a/packages/ui/src/pages/index.tsx +++ b/packages/ui/src/pages/index.tsx @@ -45,8 +45,6 @@ export function IndexPage() {
)} - {location.pathname === "/" && } -
)} @@ -71,7 +69,13 @@ export function IndexPage() {
- + {location.pathname === "/" ? ( + + + + ) : ( + + )}
-- cgit v1.2.3-70-g09d2