change status colors to match discord
All checks were successful
Publish Docker Image / docker (push) Successful in 1m36s

This commit is contained in:
Lee 2023-07-13 05:41:36 +01:00
parent 4e60aea93a
commit afb1e66271

@ -39,10 +39,10 @@ function LanyardComponent(props: { discord: any }) {
const hasLanyard = lanyardData !== undefined;
const statusColor = {
online: "bg-green-400",
offline: "bg-slate-400",
dnd: "bg-red-500",
idle: "bg-orange-400",
online: "bg-[#43B581]",
offline: "bg-[#747F8D]",
dnd: "bg-[#F04747]",
idle: "bg-[#FAA61A]",
};
const currentStatus =
lanyardData !== undefined