Skip to content

Commit 564cb30

Browse files
committed
Fix(pages/404): Removed unnecessary round branckets string on 404 page
1 parent d07548e commit 564cb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/404.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const NotFoundPage: React.FC = () => (
1717
<Translation id="we-couldnt-find-that-page" />
1818
</h1>
1919
<p>
20-
<Translation id="try-using-search" />{" "}
20+
<Translation id="try-using-search" />
2121
<Link to="/">
2222
<Translation id="return-home" />
2323
</Link>

0 commit comments

Comments
 (0)