mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-30 08:18:03 +00:00
Added prettier-plugin-tailwindcss and sorted the classes + some small fixes (#630)
* Added prettier-plugin-tailwindcss and sorted the classes * Added tsc into staged check + some type improvements
This commit is contained in:
@@ -27,7 +27,7 @@ const HealthStatus = ({ statusData }: Props) => {
|
||||
: cond.status === "Progressing"
|
||||
? "bg-warning"
|
||||
: "bg-danger"
|
||||
} w-2.5 h-2.5 rounded-xs`}
|
||||
} h-2.5 w-2.5 rounded-xs`}
|
||||
></span>
|
||||
</Tooltip>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user