chore: run prettier
This commit is contained in:
parent
9cdbbc3a00
commit
155d7bb876
76 changed files with 788 additions and 550 deletions
|
@ -9,7 +9,7 @@ interface CodeProps {
|
|||
|
||||
export default ({ dark, className, children }: CodeProps) => (
|
||||
<code
|
||||
className={classNames('font-mono text-sm px-2 py-1 inline-block rounded', className, {
|
||||
className={classNames('inline-block rounded px-2 py-1 font-mono text-sm', className, {
|
||||
'bg-neutral-700': !dark,
|
||||
'bg-neutral-900 text-slate-100': dark,
|
||||
})}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue