diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 1852a4d5..284777c2 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -3,20 +3,15 @@ import Link from "next/link"; export default function NotFound() { return (
-
-

- 404 -

-

+
+

404

+

Page not found

-

+

Sorry, we couldn’t find the page you’re looking for.

- + Go back to docs
diff --git a/src/app/policies/page.tsx b/src/app/policies/page.tsx index 17a56d5c..3fee926a 100644 --- a/src/app/policies/page.tsx +++ b/src/app/policies/page.tsx @@ -15,8 +15,8 @@ export default async function Page() { return ( + -

Zuplo includes policies for any solution you need for securing and sharing your API. See the{" "} diff --git a/src/components/DocsHeader.tsx b/src/components/DocsHeader.tsx index d5e911dd..59fdf547 100644 --- a/src/components/DocsHeader.tsx +++ b/src/components/DocsHeader.tsx @@ -28,8 +28,12 @@ export function DocsHeader({ title }: { title?: string }) {

Home - - {section &&

{section.label}

} + {section && ( + <> + +

{section.label}

+ + )}
{title && (