aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/links/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Link componentArmand Philippot2023-11-111-1/+0
| | | | | | | | | * rename `external` prop to `isExternal` * rename `download` prop to `isDownload` * rewrite CSS to reduce code length and complexity * move link styles in Sass placeholders to avoid repeats because of WordPress articles * move NavLink component to molecules
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-0/+4
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.