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 => {
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 } )
Original file line number Diff line number Diff 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" ) {
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments