Minor tweaks

This commit is contained in:
Gregory Schier
2023-04-04 17:21:02 -07:00
parent 4e9005e240
commit 0ce7831cfb
7 changed files with 44 additions and 63 deletions

View File

@@ -13,6 +13,7 @@ export function StatusTag({ response, className }: Props) {
<span
className={classnames(
className,
'font-mono',
status >= 0 && status < 100 && 'text-red-600',
status >= 100 && status < 200 && 'text-green-600',
status >= 200 && status < 300 && 'text-green-600',