summaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/ButtonLink
Commit message (Collapse)AuthorAgeFilesLines
* refactor(buttons): add a tertiary kind (previously links styles)Armand Philippot2022-01-141-2/+1
|
* refactor: improve button-like links stylesArmand Philippot2022-01-081-4/+1
| | | | | | | The goal was to replace the "read more articles about" links with button-like links to keep a certain consistence between buttons. The hasIcon variable was useless so I update some components and especially the back to top link.
* refactor(sharing): avoid nested template literalsArmand Philippot2022-01-041-3/+3
| | | | | This improves readability. I also rename a variable to avoid duplicate between global scope and useEffect scope.
* chore: replace read more link with ButtonLink componentArmand Philippot2021-12-291-1/+5
| | | | | I also fix the load more button position since I removed the margin auto.
* chore: add a button-like component for linksArmand Philippot2021-12-291-0/+30