summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/images/flipping-logo.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix: render all images unoptimized in StorybookArmand Philippot2022-05-221-3/+0
| | | | | | There is a bug with next/image and Storybook. I was manually adding `unoptimized` to images. Instead we can use a workaround by adding an extra config in Storybook `preview.js` file.
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-0/+75
Add more stories for each components and change some components categories for better organization.