From e82c5e454ec9aa6f9e34d28301de6d5c2fb4018d Mon Sep 17 00:00:00 2001 From: bkellam Date: Thu, 6 Mar 2025 09:12:31 -0800 Subject: [PATCH] nit fix: center 'get in touch' on security card --- .../web/src/app/components/securityCard.tsx | 136 +++++++++--------- 1 file changed, 68 insertions(+), 68 deletions(-) diff --git a/packages/web/src/app/components/securityCard.tsx b/packages/web/src/app/components/securityCard.tsx index 453573f5..22056e92 100644 --- a/packages/web/src/app/components/securityCard.tsx +++ b/packages/web/src/app/components/securityCard.tsx @@ -5,82 +5,82 @@ import { Shield, Lock, CheckCircle, ExternalLink, Mail } from "lucide-react" import useCaptureEvent from "@/hooks/useCaptureEvent" export default function SecurityCard() { - const captureEvent = useCaptureEvent(); + const captureEvent = useCaptureEvent(); - return ( -
-
-
- -
-

Multi-Layered Security

-

- We take the security and privacy of your data seriously. All code and secret tokens you provide are protected - using multiple layers of security. -

+ return ( +
+
+
+ +
+

Multi-Layered Security

+

+ We take the security and privacy of your data seriously. All code and secret tokens you provide are protected + using multiple layers of security. +

-
-
- - - All data is stored on Google Cloud Platform in the United States (us-west-1) - -
+
+
+ + + All data is stored on Google Cloud Platform in the United States (us-west-1) + +
-
- - - All data is encrypted in transit using TLS 1.2+, and at rest using AES-256 - -
+
+ + + All data is encrypted in transit using TLS 1.2+, and at rest using AES-256 + +
+ +
+ +
+
+ Sourcebot is open-source and trusted by thousands of developers + + + + + + +
+
+
+
+ +
+ Have questions? + + + Get in touch + +
-
- -
-
- Sourcebot is open-source and trusted by thousands of developers captureEvent('wa_security_page_click', {})} > - - - - + + Learn about our security measures -
-
- -
- Have questions? - - - Get in touch - -
- - captureEvent('wa_security_page_click', {})} - > - - Learn about our security measures - -
-
- ) + ) }