diff --git a/app/(main)/header.tsx b/app/(main)/header.tsx index b5fd76c..0e63fb2 100644 --- a/app/(main)/header.tsx +++ b/app/(main)/header.tsx @@ -128,7 +128,7 @@ function Overview() { {t("p_2390-2457_wherethetimeis")}

{mouted ? ( -

{timeString}

+

{timeString}

) : ( )} diff --git a/bun.lockb b/bun.lockb index de4b231..d45ef99 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0c55194..fd1624f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nezha-dash", - "version": "1.4.6", + "version": "1.4.6-fix", "private": true, "scripts": { "dev": "next dev -p 3040",