Skip to content

Commit 65f2fce

Browse files
committed
chore(prettier): fix formatting
1 parent bd5168b commit 65f2fce

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/broken-link-checker/src/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ const generateOutputMd = (output: Output): string => {
166166

167167
// @ts-expect-error
168168
links.forEach((link: TODO) => {
169-
outputMd += `| [${new URL(link.url.resolved).pathname}](${link.url.resolved
170-
}) | "${link.html?.text?.trim().replaceAll("\n", "")}" |
169+
outputMd += `| [${new URL(link.url.resolved).pathname}](${
170+
link.url.resolved
171+
}) | "${link.html?.text?.trim().replaceAll("\n", "")}" |
171172
`
172173
})
173174
})

docs/components/Docsearch/wrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const searchClient = {
3232
},
3333
}
3434

35-
export default function() {
35+
export default function () {
3636
const ctrlKHandler = (e: KeyboardEvent) => {
3737
if (e.repeat || e.target instanceof HTMLInputElement) return
3838
if (e.ctrlKey && e.key === "k") {

docs/pages/_meta.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,8 @@ export default {
6060
<span className="font-normal text-[0.65rem] text-neutral-400">
6161
Sponsored
6262
</span>
63-
<a
64-
href="https://go.clerk.com/DefS1u4"
65-
target="_blank"
66-
>
67-
<div className="flex flex-col gap-1 p-2 text-xs font-normal rounded-md border ml-[1px] bg-neutral-100 text-neutral-500 border-neutral-300 dark:bg-neutral-800 dark:text-neutral-400 dark:border-neutral-700 mt-2">
63+
<a href="https://go.clerk.com/DefS1u4" target="_blank">
64+
<div className="flex flex-col gap-1 p-2 mt-2 text-xs font-normal rounded-md border ml-[1px] bg-neutral-100 text-neutral-500 border-neutral-300 dark:bg-neutral-800 dark:text-neutral-400 dark:border-neutral-700">
6865
Looking for a hosted alternative?
6966
<span className="text-sky-600 dark:text-sky-500">Use Clerk ›</span>
7067
</div>

0 commit comments

Comments
 (0)