summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: add projects to main navArmand Philippot2022-01-201-0/+2
| | | | | | I redesign a little the main nav on small screens so it can takes two columns when the screen height is low. I change the 2xs breakpoint to 500px instead of 400px.
* chore: replace copyright icon import with custom componentArmand Philippot2022-01-171-0/+2
| | | | | It allows me to set the colors with CSS and it will be easier to implement dark mode.
* chore: replace theme button with settingsArmand Philippot2022-01-051-2/+2
| | | | | I plan to add more user settings so theme options should be inside settings.
* chore: replace read more link with ButtonLink componentArmand Philippot2021-12-291-0/+2
| | | | | I also fix the load more button position since I removed the margin auto.
* chore: add a theme toggleArmand Philippot2021-12-271-0/+6
| | | | Dark theme is not implemented yet.
* chore: replace svg imports with componentsArmand Philippot2021-12-221-1/+15
| | | | It allows me to control the colors of each SVG paths.
* chore: add main-nav componentArmand Philippot2021-12-131-0/+3
I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.