Skip to content

Commit

Permalink
Merge pull request #1858 from gettakaro/fix-server-offline-colour
Browse files Browse the repository at this point in the history
fix server offline colour in gameservers table
  • Loading branch information
niekcandaele authored Jan 5, 2025
2 parents c744c8b + af620ef commit c174a5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const GameServersTableView = () => {
info.getValue() ? (
<Chip variant="outline" color="success" label="Online" />
) : (
<Chip variant="outline" color="success" label="Offline" />
<Chip variant="outline" color="error" label="Offline" />
),
}),
columnHelper.display({
Expand Down

0 comments on commit c174a5a

Please sign in to comment.