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() {