bitplatform
bitplatform copied to clipboard
Inappropriate image style when the image source is unavailable in the `TodoTemplate` project
When the alt text of an img tag displays, it doesn't look good and needs to be styled.

it's not the alt problem.
the img element's onerror event should be handled and in case of an error, a specific UI should be rendered instead of the default behavior which is showing this inappropriate view.