From 232bb210c509b799566cb09afaa14e21f5f426b2 Mon Sep 17 00:00:00 2001 From: Patrick Howard Date: Tue, 16 Apr 2024 16:24:59 -0400 Subject: [PATCH] replace `Thomson Reuters Privacy Statement` text w/ placeholder `No Clocks` GitHub URL (#16) --- app/app/routes/privacy.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/app/app/routes/privacy.tsx b/app/app/routes/privacy.tsx index 7de1741..39e3f04 100644 --- a/app/app/routes/privacy.tsx +++ b/app/app/routes/privacy.tsx @@ -6,10 +6,20 @@ export default function Privacy() { return ( + Our law firm partners with No Clocks, LLC. To learn more about the No + Clocks privacy policy and the data that might be collected, please + visit:{' '} + + No Clocks GitHub + +

+ } includeSidebar={false} /> );