From 7b32aaaf955e6692ee220d065246b1a2812666c6 Mon Sep 17 00:00:00 2001 From: Taken Date: Tue, 9 Sep 2025 23:02:49 +0200 Subject: [PATCH] fixed small bug --- src/components/player/online-status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/online-status.tsx b/src/components/player/online-status.tsx index c0526b3..384bb3d 100644 --- a/src/components/player/online-status.tsx +++ b/src/components/player/online-status.tsx @@ -67,7 +67,7 @@ function OnlineIcon({ lastLogout, lastLogin, size }: { lastLogout?: number, last