mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-20 10:38:15 +00:00
Update Optimization.tsx
This commit is contained in:
@@ -85,9 +85,16 @@ const Optimization = () => {
|
|||||||
: 'hover:bg-light-secondary dark:hover:bg-dark-secondary',
|
: 'hover:bg-light-secondary dark:hover:bg-dark-secondary',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className="flex flex-row items-center space-x-1 text-black dark:text-white">
|
<div className="flex flex-row justify-between w-full text-black dark:text-white">
|
||||||
{mode.icon}
|
<div className='flex flex-row space-x-1'>
|
||||||
<p className="text-xs font-medium">{mode.title}</p>
|
{mode.icon}
|
||||||
|
<p className="text-xs font-medium">{mode.title}</p>
|
||||||
|
</div>
|
||||||
|
{mode.key === 'quality' && (
|
||||||
|
<span className='bg-violet-500/70 dark:bg-violet-500/40 border border-violet-500 px-1 rounded-full text-[10px] text-white'>
|
||||||
|
Beta
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
<p className="text-black/70 dark:text-white/70 text-xs">
|
<p className="text-black/70 dark:text-white/70 text-xs">
|
||||||
{mode.description}
|
{mode.description}
|
||||||
|
|||||||
Reference in New Issue
Block a user