diff --git a/web/pages/tournaments/index.tsx b/web/pages/tournaments/index.tsx index 7b1d8ceb..27c51c15 100644 --- a/web/pages/tournaments/index.tsx +++ b/web/pages/tournaments/index.tsx @@ -169,7 +169,7 @@ export default function TournamentPage(props: { sections: SectionInfo[] }) { award={tourney.award} endTime={tourney.endTime} /> - {tourney.blurb} + {tourney.blurb} ) @@ -181,7 +181,7 @@ export default function TournamentPage(props: { sections: SectionInfo[] }) { award={Salem.award} endTime={Salem.endTime} /> - {Salem.blurb} + {Salem.blurb} @@ -211,11 +211,22 @@ export default function TournamentPage(props: { sections: SectionInfo[] }) { award={tourney.award} endTime={tourney.endTime} /> - {tourney.blurb} + {tourney.blurb} ) )} + +

+ We'd love to sponsor more tournaments and groups. Have an idea? Ping{' '} + + Austin on Discord + + ! +

) @@ -232,9 +243,7 @@ const SectionHeader = (props: { return ( -

- {title} -

+

{title}

{!!award && 🏆 {award}} {!!ppl && (