summaryrefslogtreecommitdiffstats
path: root/src/components/Header/Header.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: add main-nav componentArmand Philippot2021-12-131-2/+7
| | | | | I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.
* chore: change app to use a layoutArmand Philippot2021-12-131-0/+11
I can now insert header/footer on each pages.