Skip to content

Commit 9c2450f

Browse files
committed
Update to point at trust.roocode.com
1 parent adac000 commit 9c2450f

File tree

5 files changed

+22
-483
lines changed

5 files changed

+22
-483
lines changed

apps/web-roo-code/src/app/enterprise/page.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import { Code, CheckCircle, Shield, Users, Zap, Workflow, Lock } from "lucide-react"
2-
import Link from "next/link"
32

43
import { Button } from "@/components/ui"
54
import { AnimatedText } from "@/components/animated-text"
65
import { AnimatedBackground } from "@/components/homepage"
76
import { ContactForm } from "@/components/enterprise/contact-form"
8-
import { INTERNAL_LINKS } from "@/lib/constants"
7+
import { SECURITY_LINK } from "@/lib/constants"
98

109
export default async function Enterprise() {
1110
return (
@@ -433,10 +432,10 @@ export default async function Enterprise() {
433432
</p>
434433
</div>
435434
<Button size="lg" asChild className="w-full">
436-
<Link href={INTERNAL_LINKS.SECURITY}>
435+
<a href={SECURITY_LINK} target="_blank" rel="noopener noreferrer">
437436
View Security Details
438437
<Shield className="ml-2 h-4 w-4" />
439-
</Link>
438+
</a>
440439
</Button>
441440
</div>
442441
</div>

0 commit comments

Comments
 (0)