diff --git a/src/App.tsx b/src/App.tsx index 7479d87..02a5fda 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -82,7 +82,7 @@ const App: React.FC = () => { "bg-background": !customBackgroundImage, })} > -
+
diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 85ff10f..78bd8ba 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -6,7 +6,7 @@ import { fetchLoginUser, fetchSetting } from "@/lib/nezha-api" import { cn } from "@/lib/utils" import NumberFlow, { NumberFlowGroup } from "@number-flow/react" import { useQuery } from "@tanstack/react-query" -import { AnimatePresence, m } from "framer-motion" +import { AnimatePresence } from "framer-motion" import { ImageMinus } from "lucide-react" import { DateTime } from "luxon" import { useEffect, useRef, useState } from "react" @@ -74,7 +74,7 @@ function Header() { const customBackgroundImage = backgroundImage return ( -
+
{ @@ -191,18 +191,14 @@ export function RefreshToast() { return ( -

{t("refreshing")}...

-
+
) } @@ -281,7 +277,7 @@ function Overview() { return () => clearInterval(timer) }, []) return ( -
+

👋 {t("overview")}

{t("whereTheTimeIs")}

diff --git a/src/pages/Server.tsx b/src/pages/Server.tsx index 8bf80bd..d38c6f2 100644 --- a/src/pages/Server.tsx +++ b/src/pages/Server.tsx @@ -274,7 +274,7 @@ export default function Servers() { }) return ( -
+
-
+