update light theme
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 55s

This commit is contained in:
Lee
2024-04-16 21:27:35 +01:00
parent f00d6d8ba4
commit ed7d22fe32
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ export default async function Page({ params: { platform, hostname } }: Params):
<div className="flex flex-col">
<h2 className="text-xl">{server.hostname}</h2>
<div className="text-gray-300">
<div className="text-primary">
<p>
Players online: {server.players.online}/{server.players.max}
</p>