mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-09 00:30:40 +02:00
Fix icon on the team creation page
This commit is contained in:
@@ -9,13 +9,13 @@ export const validTeamTypes = [
|
|||||||
{
|
{
|
||||||
value: 'company',
|
value: 'company',
|
||||||
label: 'Company',
|
label: 'Company',
|
||||||
icon: BuildingIcon,
|
icon: BuildingIcon.src,
|
||||||
description: 'Track the skills and learning progress of the tech team at your company',
|
description: 'Track the skills and learning progress of the tech team at your company',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'study_group',
|
value: 'study_group',
|
||||||
label: 'Study Group',
|
label: 'Study Group',
|
||||||
icon: UsersIcon,
|
icon: UsersIcon.src,
|
||||||
description: 'Invite your friends or course-mates and track your learning progress together',
|
description: 'Invite your friends or course-mates and track your learning progress together',
|
||||||
},
|
},
|
||||||
] as const;
|
] as const;
|
||||||
|
Reference in New Issue
Block a user