fix: link credits page on mobile

This commit is contained in:
Olaleye Blessing 2022-04-19 10:54:25 +01:00
parent c9c55b92b5
commit f82472e31b
1 changed files with 11 additions and 9 deletions

View File

@ -116,15 +116,17 @@ function Index(props) {
</a>
</MenuItem>
<MenuItem onClick={handleCloseNavMenu}>
<a href={NotFound}>
<Typography
textAlign="center"
variant="h6"
sx={{ display: 'flex' }}
>
CREDITS
</Typography>
</a>
<Link href="/contributors">
<a>
<Typography
textAlign="center"
variant="h6"
sx={{ display: 'flex' }}
>
CREDITS
</Typography>
</a>
</Link>
</MenuItem>
</Menu>
</Box>