We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d1b41 commit 96b25a0Copy full SHA for 96b25a0
src/pages/academy/teamFormation/subcomponents/TeamFormationDashboard.tsx
@@ -29,7 +29,7 @@ const TeamFormationDashboard: React.FC<TeamFormationDashboardProps> = ({ teams }
29
<Card>
30
<Flex justifyContent="justify-between">
31
<Title>Teams</Title>
32
- <Flex justifyContent='justify-end' spaceX="space-x-2">
+ <Flex justifyContent="justify-end" spaceX="space-x-2">
33
<BpButton onClick={createTeam}>Create Team</BpButton>
34
<BpButton onClick={importTeam}>Import Team</BpButton>
35
</Flex>
0 commit comments