Skip to content

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 12404b8 commit 783949e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function FourOhFour() {
<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></i>
<li><Link href="Documentation">Installation</Link></li>
<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 Down

0 comments on commit 783949e

Please sign in to comment.