mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix(header): time opacity
This commit is contained in:
parent
407f0e5ccc
commit
6c7967fc9c
@ -128,7 +128,7 @@ function Overview() {
|
|||||||
{t("p_2390-2457_wherethetimeis")}
|
{t("p_2390-2457_wherethetimeis")}
|
||||||
</p>
|
</p>
|
||||||
{mouted ? (
|
{mouted ? (
|
||||||
<p className="opacity-1 text-sm font-medium">{timeString}</p>
|
<p className="text-sm font-medium">{timeString}</p>
|
||||||
) : (
|
) : (
|
||||||
<Skeleton className="h-[20px] w-[50px] rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
|
<Skeleton className="h-[20px] w-[50px] rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user