more spotify, tts

This commit is contained in:
yohlo
2025-09-12 14:27:59 -05:00
parent cf09014d50
commit e20582897f
8 changed files with 50 additions and 12 deletions

View File

@@ -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)