aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/project-overview/project-overview.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore(projects): improve project overview styles and unify coversHEADmainArmand Philippot2023-12-201-11/+17
| | | | | | | * The overview was too big on the page, now the cover is inlined with the project meta * Both overview and projects listing benefits from unified covers dimensions
* refactor(components): replace Overview with ProjectOverview componentArmand Philippot2023-11-111-0/+40
* `cover` prop is now expecting a ReactElement (NextImage) * `meta` prop is now limited to a specific set of meta items * add a `name` prop to add an accessible name to the figure element