aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/ButtonLink/ButtonLink.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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