diff --git a/.github/broken-link-checker/src/index.ts b/.github/broken-link-checker/src/index.ts index 32ab7475d8..8615351d5f 100644 --- a/.github/broken-link-checker/src/index.ts +++ b/.github/broken-link-checker/src/index.ts @@ -166,8 +166,9 @@ const generateOutputMd = (output: Output): string => { // @ts-expect-error links.forEach((link: TODO) => { - outputMd += `| [${new URL(link.url.resolved).pathname}](${link.url.resolved - }) | "${link.html?.text?.trim().replaceAll("\n", "")}" | + outputMd += `| [${new URL(link.url.resolved).pathname}](${ + link.url.resolved + }) | "${link.html?.text?.trim().replaceAll("\n", "")}" | ` }) }) diff --git a/docs/components/Docsearch/wrapper.tsx b/docs/components/Docsearch/wrapper.tsx index 626744e7f2..ac8fec39cd 100644 --- a/docs/components/Docsearch/wrapper.tsx +++ b/docs/components/Docsearch/wrapper.tsx @@ -32,7 +32,7 @@ const searchClient = { }, } -export default function() { +export default function () { const ctrlKHandler = (e: KeyboardEvent) => { if (e.repeat || e.target instanceof HTMLInputElement) return if (e.ctrlKey && e.key === "k") { diff --git a/docs/pages/_meta.js b/docs/pages/_meta.js index f29f49a5f2..db90e3a56a 100644 --- a/docs/pages/_meta.js +++ b/docs/pages/_meta.js @@ -60,11 +60,8 @@ export default { Sponsored - -
+ +
Looking for a hosted alternative? Use Clerk ›