feat: tempcommit
This commit is contained in:
parent
13a99e9dc4
commit
f658a95b16
1 changed files with 4 additions and 4 deletions
|
@ -105,9 +105,9 @@ export function SettingsDropdown({
|
||||||
<CurrentIcon className='h-4 w-4 text-muted-foreground' />
|
<CurrentIcon className='h-4 w-4 text-muted-foreground' />
|
||||||
<div className='flex flex-col items-start text-left'>
|
<div className='flex flex-col items-start text-left'>
|
||||||
<span className='font-medium'>{currentSectionData?.label}</span>
|
<span className='font-medium'>{currentSectionData?.label}</span>
|
||||||
<span className='text-xs text-muted-foreground'>
|
<p className='text-xs text-muted-foreground text-wrap'>
|
||||||
{currentSectionData?.description}
|
{currentSectionData?.description}
|
||||||
</span>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ChevronDown className='ml-2 h-4 w-4 shrink-0 opacity-50' />
|
<ChevronDown className='ml-2 h-4 w-4 shrink-0 opacity-50' />
|
||||||
|
@ -132,9 +132,9 @@ export function SettingsDropdown({
|
||||||
<Icon className='h-4 w-4 text-muted-foreground' />
|
<Icon className='h-4 w-4 text-muted-foreground' />
|
||||||
<div className='flex flex-col'>
|
<div className='flex flex-col'>
|
||||||
<span className='font-medium'>{section.label}</span>
|
<span className='font-medium'>{section.label}</span>
|
||||||
<span className='text-xs text-muted-foreground'>
|
<p className='text-xs text-muted-foreground text-wrap'>
|
||||||
{section.description}
|
{section.description}
|
||||||
</span>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Check
|
<Check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue