mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 15:56:39 +00:00
Fix small ui issues
This commit is contained in:
@@ -198,7 +198,7 @@ export default function DomainsTable({ domains, orgId }: Props) {
|
||||
);
|
||||
} else if (failed) {
|
||||
return (
|
||||
<Badge variant="destructive">
|
||||
<Badge variant="red">
|
||||
{t("failed", { fallback: "Failed" })}
|
||||
</Badge>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user