@@ -228,15 +228,6 @@ function PolicyOverviewPageContent({
|
|||||||
<Shield className="h-6 w-6" />
|
<Shield className="h-6 w-6" />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
<Badge
|
|
||||||
variant="outline"
|
|
||||||
className="bg-black text-white hover:bg-black/90 px-3 py-1 rounded-md font-medium"
|
|
||||||
>
|
|
||||||
SOC2
|
|
||||||
</Badge>
|
|
||||||
<Badge className="px-3 py-1 rounded-md font-medium">
|
|
||||||
Security
|
|
||||||
</Badge>
|
|
||||||
{policy.status && (
|
{policy.status && (
|
||||||
<Badge
|
<Badge
|
||||||
className={`px-3 py-1 rounded-md font-medium ${
|
className={`px-3 py-1 rounded-md font-medium ${
|
||||||
|
|||||||
Reference in New Issue
Block a user