Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
updating 404 page (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Aug 29, 2024
1 parent abde851 commit e2dea4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import Link from "next/link";
export default function FourOhFour() {
return (
<>
<title>404 | Teleport</title>
<h1>404 - Page Not Found</h1>
We&apos;re very sorry - we could not find the page you were looking for.
Please navigate to the Teleport <Link href="/">Documentation</Link> or the
<a href="/">Home Page</a> to find what you&apos;re looking for.
&nbsp;<a href="/">Home Page</a> to find what you&apos;re looking for.
</>
);
}

0 comments on commit e2dea4f

Please sign in to comment.