Refactor to use ai/rsc (#253)
This commit is contained in:
parent
69ca8fcc22
commit
e85ba803dd
66 changed files with 2799 additions and 740 deletions
|
|
@ -129,7 +129,7 @@ const CodeBlock: FC<Props> = memo(({ language, value }) => {
|
|||
padding: '1.5rem 1rem'
|
||||
}}
|
||||
lineNumberStyle={{
|
||||
userSelect: "none",
|
||||
userSelect: 'none'
|
||||
}}
|
||||
codeTagProps={{
|
||||
style: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue