Link to tournament /about pages

This commit is contained in:
Austin Chen 2022-09-09 14:08:53 -07:00
parent 43660387fa
commit a737ae9f46

View File

@ -147,7 +147,7 @@ export default function TournamentPage(props: { sections: SectionInfo[] }) {
{sections.map(({ tourney, slug, numPeople }) => (
<div key={slug}>
<SectionHeader
url={groupPath(slug)}
url={groupPath(slug, 'about')}
title={tourney.title}
ppl={numPeople}
award={tourney.award}