aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Header
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a toolbar componentArmand Philippot2021-12-201-2/+2
|
* fix: change branding title tag on homepageArmand Philippot2021-12-151-2/+2
| | | | I forgot to pass isHome arg...
* 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.