We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75902f9 + 93c73c1 commit addedd4Copy full SHA for addedd4
apps/trust/src/app/[id]/components/compliance-header.tsx
@@ -39,7 +39,7 @@ export default function ComplianceHeader({ organization, title }: ComplianceHead
39
</div>
40
41
42
- <div className="flex gap-2">
+ <div className="grid sm:flex gap-2">
43
<Link className={buttonVariants({ variant: "outline", className: "text-xs" })} href={`${organization.website || "https://trycomp.ai"}`}>
44
Visit {organization.name} <ExternalLink className="w-3 h-3" />
45
</Link>
0 commit comments