aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/Button/Button.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(sharing): avoid nested template literalsArmand Philippot2022-01-041-5/+6
| | | | | 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/+6
| | | | | I also fix the load more button position since I removed the margin auto.
* chore: add a comment form to postsArmand Philippot2021-12-171-1/+1
|
* chore: define secondary button stylesArmand Philippot2021-12-161-0/+31
I also rename submit style to primary.