1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Fix icon on the team creation page

This commit is contained in:
Kamran Ahmed
2023-09-06 17:39:04 +01:00
parent 26ab7b9098
commit 460ea8b95a

View File

@@ -9,13 +9,13 @@ export const validTeamTypes = [
{
value: 'company',
label: 'Company',
icon: BuildingIcon,
icon: BuildingIcon.src,
description: 'Track the skills and learning progress of the tech team at your company',
},
{
value: 'study_group',
label: 'Study Group',
icon: UsersIcon,
icon: UsersIcon.src,
description: 'Invite your friends or course-mates and track your learning progress together',
},
] as const;