(props: ComponentPropsWithoutRef<"code">)
| 11 | * </p> |
| 12 | */ |
| 13 | export const InlineCode = (props: ComponentPropsWithoutRef<"code">) => { |
| 14 | return ( |
| 15 | <code |
| 16 | {...props} |
| 17 | className="rounded bg-[var(--color-code-inline-bg)] py-1 px-2 mx-0 xl:mx-0.5 text-[var(--color-code-inline-text)] text-sm md:text-base " |
| 18 | /> |
| 19 | ) |
| 20 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…