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 ( -
- 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 ( ++ We take the security and privacy of your data seriously. All code and secret tokens you provide are protected + using multiple layers of security. +
-