From 227e14839c76674792f28d22a99ec762795f4522 Mon Sep 17 00:00:00 2001 From: hu xiaotong <416314413@163.com> Date: Thu, 17 Apr 2025 17:33:06 +0800 Subject: [PATCH] init --- src/components/Navbar.tsx | 84 +++++++-------- src/pages/Home.tsx | 213 ++++++++++++++++---------------------- 2 files changed, 129 insertions(+), 168 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 36929d7..2d473ed 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -10,12 +10,12 @@ const Navbar: React.FC = ({ onLoginClick }) => { const location = useLocation(); return ( -