| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(buttons): add a tertiary kind (previously links styles) | Armand Philippot | 2022-01-14 | 1 | -2/+1 |
| | | |||||
| * | refactor: improve button-like links styles | Armand Philippot | 2022-01-08 | 1 | -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 literals | Armand Philippot | 2022-01-04 | 1 | -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 component | Armand Philippot | 2021-12-29 | 1 | -1/+5 |
| | | | | | | I also fix the load more button position since I removed the margin auto. | ||||
| * | chore: add a button-like component for links | Armand Philippot | 2021-12-29 | 1 | -0/+30 |
