diff --git a/src/home/header.tsx b/src/home/header.tsx index 4a11625..a287846 100644 --- a/src/home/header.tsx +++ b/src/home/header.tsx @@ -17,16 +17,13 @@ export default function Header() { () => false, ) - // ====================== // θœε•ηŠΆζ€ - // ====================== const [openMenu, setOpenMenu] = useState(false) - const handleEnter = () => setOpenMenu(true) const handleLeave = () => setOpenMenu(false) return ( -
+
-
+
{children}
diff --git a/src/home/product/http.tsx b/src/home/product/http.tsx index c5084aa..cc9cae9 100644 --- a/src/home/product/http.tsx +++ b/src/home/product/http.tsx @@ -1086,8 +1086,8 @@ function PrepaidCard({ onPay: (amount: number) => void }) { return ( - - + + {plan.tag} @@ -1121,8 +1121,8 @@ function PrepaidCardLarge({ onPay: (amount: number) => void }) { return ( - - + + {plan.tag}