mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-23 20:18:15 +00:00
Update Optimization.tsx
This commit is contained in:
@@ -91,7 +91,7 @@ const Optimization = () => {
|
|||||||
<p className="text-xs font-medium">{mode.title}</p>
|
<p className="text-xs font-medium">{mode.title}</p>
|
||||||
</div>
|
</div>
|
||||||
{mode.key === 'quality' && (
|
{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'>
|
<span className='bg-sky-500/70 dark:bg-sky-500/40 border border-sky-600 px-1 rounded-full text-[10px] text-white'>
|
||||||
Beta
|
Beta
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user