aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/MainNav/MainNav.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: replace svg imports with componentsArmand Philippot2021-12-221-7/+9
| | | | It allows me to control the colors of each SVG paths.
* chore: add missing changes in mainNav componentArmand Philippot2021-12-201-8/+12
| | | | I forgot to add them in the previous commit...
* chore: add a toolbar componentArmand Philippot2021-12-201-0/+1
|
* chore: add main-nav componentArmand Philippot2021-12-131-0/+71
I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.