mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Add ID tag to past ama heading (#460)
This commit is contained in:
parent
aebb3728a8
commit
1d3db19d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ const Page = ({ upcoming, past }) => (
|
|||
</Link>
|
||||
</Box>
|
||||
<Box as="section" sx={{ py: 5, bg: 'darker', textAlign: 'center' }}>
|
||||
<Heading as="h2" variant="title" px={3}>
|
||||
<Heading as="h2" variant="title" px={3} id="past-amas">
|
||||
Past AMAs
|
||||
</Heading>
|
||||
<Grid
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue