aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/links/nav-link.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Link componentArmand Philippot2023-11-111-45/+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
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-241-1/+0
| | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-3/+3
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* chore: add a Nav componentArmand Philippot2022-04-121-3/+1
|
* chore: add a NavLink componentArmand Philippot2022-04-041-0/+48