Add 404 route

This commit is contained in:
jeffvli
2022-10-30 15:00:54 -07:00
parent a60a053b6b
commit b2fc76203d
4 changed files with 33 additions and 5 deletions
@@ -67,7 +67,7 @@ export const ActionRequiredRoute = () => {
<>
<Group noWrap position="center">
<RiCheckFill color="var(--success-color)" size={30} />
<Text size="xl">No issues found.</Text>
<Text size="xl">No issues found</Text>
</Group>
<Button
component={Link}
@@ -75,7 +75,7 @@ export const ActionRequiredRoute = () => {
to={AppRoute.HOME}
variant="filled"
>
Return home
Go back
</Button>
</>
)}