From ae46c845d3b80982ddbdd94248564c7f8fe75d7a Mon Sep 17 00:00:00 2001 From: Fascinated Date: Thu, 13 Jul 2023 05:48:02 +0100 Subject: [PATCH] made offline not show a status indicator --- src/app/components/Avatar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/Avatar.tsx b/src/app/components/Avatar.tsx index f141eb3..3841d4d 100644 --- a/src/app/components/Avatar.tsx +++ b/src/app/components/Avatar.tsx @@ -40,7 +40,7 @@ function LanyardComponent(props: { discord: any }) { const statusColor = { online: "bg-[#43B581]", - offline: "bg-[#747F8D]", + offline: "bg-transparent", dnd: "bg-[#F04747]", idle: "bg-[#FAA61A]", };