aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/buttons/heading-button.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): merge HeadingButton and Widget componentsArmand Philippot2023-11-111-44/+0
| | | | | | The HeadingButton component was only used inside Widget component and it is not very useful on its own so I merge the two components in a new Collapsible component.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-1/+1
| | | | | | 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: adjust articles stylesArmand Philippot2022-05-171-7/+8
| | | | | * change animation on article card hover * change comments section alignment
* chore: add a LegalNotice pageArmand Philippot2022-05-031-1/+3
|
* chore: add a Widget componentArmand Philippot2022-04-151-1/+1
|
* chore: add a HeadingButton componentArmand Philippot2022-04-071-0/+41