mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 03:41:11 +01:00
Minor tweaks
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user