Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -555,16 +555,9 @@ export function General() {
</SettingsSection>

<SettingsSection label='Privacy'>
<div className='flex flex-col gap-3'>
<div className='flex items-center justify-between'>
<Label>Privacy settings</Label>
<Chip onClick={() => setView('privacy')}>Manage</Chip>
</div>
<p className='text-[var(--text-muted)] text-small'>
{isHosted
? 'Choose what Sim may collect about how you use it — anonymous telemetry, and which cookies this browser allows.'
: 'Choose what Sim may collect about how you use it.'}
</p>
<div className='flex items-center justify-between'>
<Label>Privacy settings</Label>
<Chip onClick={() => setView('privacy')}>Manage</Chip>
</div>
</SettingsSection>

Expand Down
Loading