Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed Mar 26, 2024
1 parent f44df07 commit a8da641
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const TeamFormationDashboard: React.FC<TeamFormationDashboardProps> = ({ teams }
<Card>
<Flex justifyContent="justify-between">
<Title>Teams</Title>
<Flex justifyContent='justify-end' spaceX="space-x-2">
<Flex justifyContent="justify-end" spaceX="space-x-2">
<BpButton onClick={createTeam}>Create Team</BpButton>
<BpButton onClick={importTeam}>Import Team</BpButton>
</Flex>
Expand Down

0 comments on commit a8da641

Please sign in to comment.