aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/nav/nav-link/nav-link.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite NavLink componentArmand Philippot2023-11-111-3/+3
| | | | * handle style variants to avoid declaring the styles in consumers
* refactor(components): rewrite Link componentArmand Philippot2023-11-111-0/+28
* 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