summaryrefslogtreecommitdiffstats
path: root/src/components/Header
Commit message (Collapse)AuthorAgeFilesLines
* chore: add main-nav componentArmand Philippot2021-12-132-2/+25
| | | | | 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.