aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/logo/logo.tsx
Commit message (Collapse)AuthorAgeFilesLines
* build: improve bundle sizeArmand Philippot2023-12-201-7/+10
| | | | | | | | | * 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): make Logo component ESlint compliantArmand Philippot2023-10-241-0/+46
I also renamed the title prop to heading because title already exists as HTML attribute.