Skip to content

Commit

Permalink
replace Thomson Reuters Privacy Statement text w/ placeholder `No C…
Browse files Browse the repository at this point in the history
…locks` GitHub URL (#16)
  • Loading branch information
phoward38 committed Apr 16, 2024
1 parent 654085f commit 232bb21
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions app/app/routes/privacy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ export default function Privacy() {
return (
<DefaultPage
title='Privacy Policy'
description='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: Thomson Reuters
Privacy Statement.'
description={
<p>
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:{' '}
<a
href='https://github.com/noclocks'
target='_blank'
rel='noopener noreferrer'
>
No Clocks GitHub
</a>
</p>
}
includeSidebar={false}
/>
);
Expand Down

0 comments on commit 232bb21

Please sign in to comment.