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

Commit

Permalink
404 page updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcallister committed May 17, 2024
1 parent 783949e commit 5792b27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ export default function FourOhFour() {
return (
<div style={{ textAlign: 'center', padding: '50px' }}>
<h1>404 Page Not Found</h1>
<p>Sorry, we couldn't find that page</p>
<p>We're very sorry - we couldn't find the page you were looking for.</p>
<p>Sorry, we couldn&apos;t find that page</p>
<p>We couldn&apos;t find the page you were looking for.</p>
<h2>Pages you may find useful</h2>
<ul style={{ listStyleType: 'none', padding: 0 }}>
<li><a href="/">Home Page</a></li>
<li><Link to="/about">About Us</Link></li>

Check failure on line 14 in pages/404.tsx

View workflow job for this annotation

GitHub Actions / Lint code base

Type '{ children: string; to: string; }' is not assignable to type 'IntrinsicAttributes & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof InternalLinkProps> & InternalLinkProps & { ...; } & RefAttributes<...>'.
<li><Link to="/blog">Blog</Link></li>

Check failure on line 15 in pages/404.tsx

View workflow job for this annotation

GitHub Actions / Lint code base

Type '{ children: string; to: string; }' is not assignable to type 'IntrinsicAttributes & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof InternalLinkProps> & InternalLinkProps & { ...; } & RefAttributes<...>'.
<li><Link to="/support">Customer Support</Link></li>

Check failure on line 16 in pages/404.tsx

View workflow job for this annotation

GitHub Actions / Lint code base

Type '{ children: string; to: string; }' is not assignable to type 'IntrinsicAttributes & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof InternalLinkProps> & InternalLinkProps & { ...; } & RefAttributes<...>'.
<li><Link href="Documentation">Installation</Link></li>
<li><Link to="/Documentation">Documentation</Link></li>

Check failure on line 17 in pages/404.tsx

View workflow job for this annotation

GitHub Actions / Lint code base

Type '{ children: string; to: string; }' is not assignable to type 'IntrinsicAttributes & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof InternalLinkProps> & InternalLinkProps & { ...; } & RefAttributes<...>'.
<li><Link to="installation.mdx">Installation</Link></li>

Check failure on line 18 in pages/404.tsx

View workflow job for this annotation

GitHub Actions / Lint code base

Type '{ children: string; to: string; }' is not assignable to type 'IntrinsicAttributes & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof InternalLinkProps> & InternalLinkProps & { ...; } & RefAttributes<...>'.
<li><Link to="server-access">Teleport Server Access</Link></li>

Check failure on line 19 in pages/404.tsx

View workflow job for this annotation

GitHub Actions / Lint code base

Type '{ children: string; to: string; }' is not assignable to type 'IntrinsicAttributes & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof InternalLinkProps> & InternalLinkProps & { ...; } & RefAttributes<...>'.
<li><Link to="kubernetes-access">Teleport Kubernetes Access</Link></li>

Check failure on line 20 in pages/404.tsx

View workflow job for this annotation

GitHub Actions / Lint code base

Type '{ children: string; to: string; }' is not assignable to type 'IntrinsicAttributes & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof InternalLinkProps> & InternalLinkProps & { ...; } & RefAttributes<...>'.
Expand All @@ -24,4 +24,4 @@ export default function FourOhFour() {
</ul>
</div>
);
}
}

0 comments on commit 5792b27

Please sign in to comment.