aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/summary.fixture.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): replace ResponsiveImage with Figure componentArmand Philippot2023-11-111-25/+0
| | | | | | | | The styles applied to ResponsiveImage are related to the figure and figcaption elements. Those elements could be use with other contents than images. So I extracted them in a Figure component. The ResponsiveImage component is no longer useful: the consumer should use the Image component from `next` and wrap it in a link if needed.
* fix: ensure all topics/thematics have the base urlArmand Philippot2022-05-231-2/+2
|
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-0/+25