more spotify, tts
This commit is contained in:
@@ -14,7 +14,7 @@ export const Bracket: React.FC<BracketProps> = ({
|
||||
showControls,
|
||||
}) => {
|
||||
return (
|
||||
<Flex direction="row" gap={24} justify="left" p="xl">
|
||||
<Flex direction="row" gap={24} justify="left">
|
||||
{rounds.map((round, roundIndex) => (
|
||||
<Flex
|
||||
key={roundIndex}
|
||||
@@ -23,6 +23,7 @@ export const Bracket: React.FC<BracketProps> = ({
|
||||
pos="relative"
|
||||
gap={24}
|
||||
justify="space-around"
|
||||
p={24}
|
||||
>
|
||||
{round
|
||||
.filter((match) => !match.bye)
|
||||
|
||||
Reference in New Issue
Block a user