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 }) => (
|
{sections.map(({ tourney, slug, numPeople }) => (
|
||||||
<div key={slug}>
|
<div key={slug}>
|
||||||
<SectionHeader
|
<SectionHeader
|
||||||
url={groupPath(slug)}
|
url={groupPath(slug, 'about')}
|
||||||
title={tourney.title}
|
title={tourney.title}
|
||||||
ppl={numPeople}
|
ppl={numPeople}
|
||||||
award={tourney.award}
|
award={tourney.award}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user