generated from Fascinated/nextjs-13-template-with-tailwindcss
made offline not show a status indicator
All checks were successful
Publish Docker Image / docker (push) Successful in 1m40s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m40s
This commit is contained in:
parent
afb1e66271
commit
ae46c845d3
@ -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]",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user