We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07548e commit 564cb30Copy full SHA for 564cb30
src/pages/404.tsx
@@ -17,7 +17,7 @@ const NotFoundPage: React.FC = () => (
17
<Translation id="we-couldnt-find-that-page" />
18
</h1>
19
<p>
20
- <Translation id="try-using-search" />{" "}
+ <Translation id="try-using-search" />
21
<Link to="/">
22
<Translation id="return-home" />
23
</Link>
0 commit comments