aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Icons
Commit message (Collapse)AuthorAgeFilesLines
* chore: replace read more link with ButtonLink componentArmand Philippot2021-12-293-0/+27
| | | | | I also fix the load more button position since I removed the margin auto.
* chore: add a theme toggleArmand Philippot2021-12-277-0/+149
| | | | Dark theme is not implemented yet.
* chore: replace svg imports with componentsArmand Philippot2021-12-2214-4/+478
| | | | It allows me to control the colors of each SVG paths.
* chore: add main-nav componentArmand Philippot2021-12-133-0/+70
I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.