make server card info text sm

This commit is contained in:
karamvir
2023-08-02 23:38:29 -07:00
parent 0aee4d8466
commit de54794506
+1 -1
View File
@@ -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>