Skip to content

Commit 1545054

Browse files
authored
Merge pull request #627 from trycompai/lewis/comp-trust-portal-remove-request-details
[dev] [carhartlewis] lewis/comp-trust-portal-remove-request-details
2 parents 961235b + 0f4e9ca commit 1545054

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

apps/trust/src/app/[id]/components/compliance-section.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,6 @@ export default function ComplianceSection({ title, description, children, isLive
2424
<div className="flex items-center">
2525
<h2 className="text-lg font-bold">{title}</h2>
2626
</div>
27-
<div className="flex md:justify-end">
28-
<Dialog>
29-
<DialogTrigger className="text-xs text-muted-foreground hover:text-foreground font-normal hover:underline underline-offset-2">Request Details</DialogTrigger>
30-
<DialogContent>
31-
<DialogHeader>
32-
<DialogTitle>Are you absolutely sure?</DialogTitle>
33-
<DialogDescription>
34-
This action cannot be undone. This will permanently delete your account
35-
and remove your data from our servers.
36-
</DialogDescription>
37-
</DialogHeader>
38-
</DialogContent>
39-
</Dialog>
40-
</div>
4127
</div>
4228
</CardTitle>
4329
<CardDescription className="text-sm">{description}</CardDescription>

0 commit comments

Comments
 (0)