aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/logo/logo.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* build: improve bundle sizeArmand Philippot2023-12-201-2/+2
| | | | | | | | | * add `sideEffects` in package.json to activate tree shaking for barrel files * use dynamic imports on social links and icons * resize social media images * resize large project image (demo apcom) * resize website logo
* refactor(components): rewrite List componentArmand Philippot2023-11-111-1/+1
| | | | | | | | | * change `items` prop to children * replace `kind` prop with `isHierarchical`, `isOrdered` & `isInline` props * add `hideMarker` prop * add `spacing` prop to control item spacing * move lists styles to Sass placeholders to avoid repeats because of headless WordPress
* refactor(components): make Logo component ESlint compliantArmand Philippot2023-10-241-0/+28
I also renamed the title prop to heading because title already exists as HTML attribute.