mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix(web-evals): pluralize team members text and increase card row gap
This commit is contained in:
parent
6c849fb8c3
commit
514dadfe47
1 changed files with 2 additions and 2 deletions
|
|
@ -417,13 +417,13 @@ export function WorkersContent({
|
|||
viewport={{ once: true }}
|
||||
variants={fadeUpVariants}>
|
||||
<p className="text-sm font-medium uppercase tracking-widest text-muted-foreground/70">
|
||||
Choose your agentic team member
|
||||
Choose your agentic team members
|
||||
</p>
|
||||
<ChevronDown className="size-4 text-muted-foreground/40" />
|
||||
</motion.div>
|
||||
|
||||
<motion.div
|
||||
className="grid grid-cols-1 gap-6 md:grid-cols-3 md:grid-rows-[repeat(7,auto)] md:gap-x-6 md:gap-y-0 lg:gap-x-8"
|
||||
className="grid grid-cols-1 gap-6 md:grid-cols-3 md:grid-rows-[repeat(7,auto)] md:gap-x-6 md:gap-y-10 lg:gap-x-8"
|
||||
variants={containerVariants}
|
||||
initial="hidden"
|
||||
whileInView="visible"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue