aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/links/social-link/social-link.tsx
Commit message (Collapse)AuthorAgeFilesLines
* build: improve bundle sizeArmand Philippot2023-12-201-5/+23
| | | | | | | | | * 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 SocialLink componentArmand Philippot2023-11-111-0/+65
* replace default label with a label prop * rename name prop to icon prop