Update additional page links

This commit is contained in:
bolens
2024-04-17 09:27:01 -06:00
parent be741a1087
commit 06965b0e82
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ const NotFound = (): JSX.Element => {
<HeaderLinkContainer>
<a href="/"><Button>Back to Homepage</Button></a>
</HeaderLinkContainer>
<a href="https://github.com/lissy93/web-check">Report Issue</a>
<a target="_blank" rel="noreferrer" href="https://github.com/lissy93/web-check">Report Issue</a>
</NotFoundInner>
</AboutContainer>
<Footer isFixed={true} />