Feat/update knowledge api url (#10102)
Co-authored-by: nite-knite <nkCoding@gmail.com>
This commit is contained in:
@@ -39,6 +39,7 @@ export const Heading = function H2({
|
||||
}
|
||||
return (
|
||||
<>
|
||||
<span id={name?.replace(/^#/, '')} className='relative -top-28' />
|
||||
<div className="flex items-center gap-x-3" >
|
||||
<span className={`font-mono text-[0.625rem] font-semibold leading-6 rounded-lg px-1.5 ring-1 ring-inset ${style}`}>{method}</span>
|
||||
{/* <span className="h-0.5 w-0.5 rounded-full bg-zinc-300 dark:bg-zinc-600"></span> */}
|
||||
|
Reference in New Issue
Block a user