diff --git a/apps/guide/contentlayer.config.ts b/apps/guide/contentlayer.config.ts index 0d3672c04..93862f06a 100644 --- a/apps/guide/contentlayer.config.ts +++ b/apps/guide/contentlayer.config.ts @@ -76,7 +76,7 @@ export default makeSource({ // { // properties: { // class: - // 'relative inline-flex w-6 h-6 place-items-center place-content-center outline-0 text-black dark:text-white ml-2', + // 'relative inline-flex w-6 h-6 place-items-center place-content-center outline-none text-black dark:text-white ml-2', // }, // behavior: 'after', // group: async ({ tagName }: { tagName: string }) => diff --git a/apps/guide/src/app/not-found.tsx b/apps/guide/src/app/not-found.tsx index a1e630af1..99d4d49c8 100644 --- a/apps/guide/src/app/not-found.tsx +++ b/apps/guide/src/app/not-found.tsx @@ -6,7 +6,7 @@ export default function NotFound() {

404

Not found.

Take me back diff --git a/apps/guide/src/app/page.tsx b/apps/guide/src/app/page.tsx index 6de17cd1c..cae556aa3 100644 --- a/apps/guide/src/app/page.tsx +++ b/apps/guide/src/app/page.tsx @@ -6,7 +6,7 @@ export default function Page() {
Community
Project
( @@ -65,7 +65,7 @@ export default function Header() {