daisyui / react-daisyui

daisyUI components built with React 🌼
http://react.daisyui.com/
MIT License
905 stars 101 forks source link

Component examples that use lorem.space are missing images #340

Closed dev0T closed 1 year ago

dev0T commented 1 year ago

lorem.space isn't maintained anymore, so many components in the storybook aren't showing images properly:

There might be a few more but I couldn't find them. I did a research and found Lorem Picsum. We could change the examples to use these or change the examples to use static images (what DaisyUI currently does) which will avoid this issue in the future.

If we use static images we could use the same images DaisyUI uses for their examples.

benjitrosch commented 1 year ago

Good catch, thanks @dev0T ! We should use the same static images the main DaisyUI site uses.

dev0T commented 1 year ago

Fixed by #355.