mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-01 14:59:19 +08:00
improvement(settings): drop the Privacy row's description (#6844)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user