made offline not show a status indicator
All checks were successful
Publish Docker Image / docker (push) Successful in 1m40s

This commit is contained in:
Lee 2023-07-13 05:48:02 +01:00
parent afb1e66271
commit ae46c845d3

View File

@ -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]",
};