File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
.github/broken-link-checker/src Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,9 @@ const generateOutputMd = (output: Output): string => {
166
166
167
167
// @ts -expect-error
168
168
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" , "" ) } " |
171
172
`
172
173
} )
173
174
} )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const searchClient = {
32
32
} ,
33
33
}
34
34
35
- export default function ( ) {
35
+ export default function ( ) {
36
36
const ctrlKHandler = ( e : KeyboardEvent ) => {
37
37
if ( e . repeat || e . target instanceof HTMLInputElement ) return
38
38
if ( e . ctrlKey && e . key === "k" ) {
Original file line number Diff line number Diff line change @@ -60,11 +60,8 @@ export default {
60
60
< span className = "font-normal text-[0.65rem] text-neutral-400" >
61
61
Sponsored
62
62
</ 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" >
68
65
Looking for a hosted alternative?
69
66
< span className = "text-sky-600 dark:text-sky-500" > Use Clerk ›</ span >
70
67
</ div >
You can’t perform that action at this time.
0 commit comments