Skip to content

Commit ce03480

Browse files
authored
Merge pull request #111 from CivicDataLab/dev
fixed the typo on 404 page
2 parents 0ed7a19 + 23560f4 commit ce03480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NotFoundComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const NotFoundComponent = () => {
1616
<p>No page found at this url.</p>
1717
<p>
1818
{' '}
19-
Please got back to the <Link to="/">homepage.</Link>
19+
Please go back to the <Link to="/">homepage.</Link>
2020
</p>
2121
</div>
2222
</ContactStyle>

0 commit comments

Comments
 (0)