aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/links/social-link.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite SocialLink componentArmand Philippot2023-11-111-73/+0
| | | | | * replace default label with a label prop * rename name prop to icon prop
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-1/+1
| | | | | | Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements.
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-8/+41
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a social link componentArmand Philippot2022-04-011-0/+40