mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 14:18:17 +01:00
Fix warning in hero roadmap
This commit is contained in:
parent
d2da3c8621
commit
93c2043f23
@ -192,7 +192,7 @@ export function HeroRoadmaps(props: ProgressListProps) {
|
||||
const canManageTeam = ['admin', 'manager'].includes(currentTeam?.role!);
|
||||
|
||||
return (
|
||||
<div className="mt-5">
|
||||
<div className="mt-5" key={teamName}>
|
||||
{
|
||||
<HeroTitle
|
||||
icon={<Users2 className="mr-1.5 h-[14px] w-[14px]" />}
|
||||
|
Loading…
x
Reference in New Issue
Block a user