mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix(web-evals): add Optimized for badge to objective selection cards
This commit is contained in:
parent
c6f5de8537
commit
10c11288de
1 changed files with 3 additions and 0 deletions
|
|
@ -780,6 +780,9 @@ export function WorkersContent({
|
|||
{outcome.description}
|
||||
</p>
|
||||
</div>
|
||||
<span className="shrink-0 inline-flex items-center rounded-full border border-border/50 bg-background/20 px-2.5 py-1 text-[10px] font-semibold text-foreground/70">
|
||||
Optimized for: {getModeLabel(selectedMode)}
|
||||
</span>
|
||||
</div>
|
||||
</motion.button>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue