[update] migrate the project formatter from prettier and eslint to biome
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// but all the attributes of the img tag.
|
||||
const ImageWrapper = (props: JSX.IntrinsicElements["img"]) => {
|
||||
return (
|
||||
<div className="flex flex-col my-5">
|
||||
<div className="my-5 flex flex-col">
|
||||
<img alt={props.alt} className="mx-auto my-0" src={props.src} />
|
||||
<div className="mx-auto my-1 text-sm text-gray-500 dark:text-gray-300">{props.alt}</div>
|
||||
<div className="mx-auto my-1 text-gray-500 text-sm dark:text-gray-300">{props.alt}</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user