Skip to content

Commit 63f0159

Browse files
committed
Merge remote-tracking branch 'origin/staging' into feat/permission-aware-knowledge
2 parents e9a9e48 + a57b7eb commit 63f0159

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/app/(landing)/privacy/privacy-content.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function richText(content: string): ReactNode {
4343
export const PRIVACY_CONFIG: LegalPageConfig = {
4444
title: 'Privacy Policy',
4545
description: 'Sim Studio, Inc. · Operating the Sim platform (sim.ai)',
46-
lastUpdated: 'August 25, 2026',
46+
lastUpdated: 'September 2, 2026',
4747
intro: [
4848
{
4949
kind: 'paragraph',
@@ -399,7 +399,7 @@ export const PRIVACY_CONFIG: LegalPageConfig = {
399399
{
400400
kind: 'paragraph',
401401
content: richText(
402-
'Sim subjects all Personal Data received from the European Union, the United Kingdom and Gibraltar, and Switzerland in reliance on the applicable part of the DPF program to the relevant DPF Principles. Sim Studio, Inc. has no other U.S. entities or U.S. subsidiaries covered by its certification. This public policy covers non-human-resources Personal Data. Any human-resources data covered by the certification is addressed in the applicable employee privacy notice.'
402+
"Sim subjects all Personal Data received from the European Union, the United Kingdom and Gibraltar, and Switzerland in reliance on the applicable part of the DPF program to the relevant DPF Principles. Sim Studio, Inc. has no other U.S. entities or U.S. subsidiaries covered by its certification. Sim's certification under the EU-U.S. DPF, the UK Extension to the EU-U.S. DPF, and the Swiss-U.S. DPF covers non-human-resources Personal Data only. Human-resources data is not covered by this certification."
403403
),
404404
},
405405
{ kind: 'subheading', text: 'Notice, Use, and Choice' },

0 commit comments

Comments
 (0)