I wanted to report an issue I noticed with one of the code examples shown on your project documentation site.
In the JSX example on Prompt cards for images, the inline styling is incorrectly written. The inline styles should be written as an object, which could cause errors if developers copy the code directly.
For example, in the 'Prompt cards for images' code sample:
Hi, maintainers,
I wanted to report an issue I noticed with one of the code examples shown on your project documentation site.
In the JSX example on Prompt cards for images, the inline styling is incorrectly written. The inline styles should be written as an object, which could cause errors if developers copy the code directly.
For example, in the 'Prompt cards for images' code sample:
Should be:
Regards, Kori