aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Header/Header.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a back to top linkArmand Philippot2022-01-041-1/+1
|
* 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-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.