mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-08 08:01:11 +00:00
make server card info text sm
This commit is contained in:
@@ -16,7 +16,7 @@ export const ServerCard = ({ id }: { id: string }) => {
|
||||
statusIcon={<ServerStatusIcon serverId={server.id} />}
|
||||
// icon={<Server className="w-4 h-4" />}
|
||||
>
|
||||
<div className="flex flex-col">
|
||||
<div className="flex flex-col text-sm">
|
||||
<ServerSpecs server_id={server.id} />
|
||||
<ServerRegion />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user