@@ -13,7 +13,7 @@ import {
|
|||||||
ChevronRight,
|
ChevronRight,
|
||||||
Clock,
|
Clock,
|
||||||
Plus,
|
Plus,
|
||||||
ShieldCheck,
|
X,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
@@ -215,7 +215,7 @@ function FrameworkViewContent({
|
|||||||
case "incomplete":
|
case "incomplete":
|
||||||
return <AlertCircle className="h-5 w-5 text-red-500" />;
|
return <AlertCircle className="h-5 w-5 text-red-500" />;
|
||||||
case "not-applicable":
|
case "not-applicable":
|
||||||
return <ShieldCheck className="h-5 w-5 text-gray-600" />;
|
return <X className="h-5 w-5 text-gray-300" />;
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user