Link to tournament /about pages
This commit is contained in:
parent
43660387fa
commit
a737ae9f46
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user