[update] migrate the project formatter from prettier and eslint to biome
This commit is contained in:
@@ -2,7 +2,7 @@ const Blockquote = (props: JSX.IntrinsicElements["blockquote"]) => {
|
||||
return (
|
||||
<blockquote
|
||||
className={
|
||||
"not-prose scroll-mt-20 my-5 px-5 py-4 bg-gray-100 dark:bg-gray-800 dark:border-gray-700 border-gray-300 border-l-4"
|
||||
"not-prose my-5 scroll-mt-20 border-gray-300 border-l-4 bg-gray-100 px-5 py-4 dark:border-gray-700 dark:bg-gray-800"
|
||||
}
|
||||
>
|
||||
{props.children}
|
||||
|
||||
Reference in New Issue
Block a user