Refactor and add json url

This commit is contained in:
Kamran Ahmed
2021-12-07 14:05:13 +01:00
parent 82456021ad
commit 8a99ecbecd
15 changed files with 37 additions and 23 deletions

View File

@ -19,7 +19,7 @@ export function RoadmapError(props: RoadmapProps) {
rounded='5px'
color='white'
>
<Heading mb='4px' size='md'>Oops! There's an error</Heading>
<Heading mb='4px' size='md'>Oops! There&apos;s an error</Heading>
<Text>Try refreshing or <Link target='_blank' fontWeight={700} textDecoration={'underline'} fontSize='14px' href={siteConfig.url.issue}>report a bug</Link> and use the <Link fontWeight={700} textDecoration={'underline'} href={`/${roadmap.id}`}>non-interactive version</Link></Text>
</Container>
);