track tournaments
This commit is contained in:
parent
3a63503161
commit
58cd0e57bd
|
@ -25,6 +25,7 @@ import { Carousel } from 'web/components/carousel'
|
||||||
import { usePagination } from 'web/hooks/use-pagination'
|
import { usePagination } from 'web/hooks/use-pagination'
|
||||||
import { LoadingIndicator } from 'web/components/loading-indicator'
|
import { LoadingIndicator } from 'web/components/loading-indicator'
|
||||||
import { Title } from 'web/components/title'
|
import { Title } from 'web/components/title'
|
||||||
|
import { useTracking } from 'web/hooks/use-tracking'
|
||||||
|
|
||||||
dayjs.extend(utc)
|
dayjs.extend(utc)
|
||||||
dayjs.extend(timezone)
|
dayjs.extend(timezone)
|
||||||
|
@ -170,6 +171,9 @@ export default function TournamentPage(props: { sections: SectionInfo[] }) {
|
||||||
|
|
||||||
const description = `Win real prizes (including cash!) by participating in forecasting
|
const description = `Win real prizes (including cash!) by participating in forecasting
|
||||||
tournaments on current events, sports, science, and more.`
|
tournaments on current events, sports, science, and more.`
|
||||||
|
|
||||||
|
useTracking('view tournaments')
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page>
|
||||||
<SEO title="Tournaments" description={description} />
|
<SEO title="Tournaments" description={description} />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user