| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components): rewrite Link component | Armand Philippot | 2023-11-11 | 1 | -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 pages | Armand Philippot | 2023-09-20 | 1 | -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. | |||||
